Home | GR32 |
HSLtoRGB
function HSLtoRGB(H, S, L: Single): TColor32; overload;
function HSLtoRGB(H, S, L: Integer): TColor32; overload;
Description
Conversion from HSL to RGB color space. Each argument should normally be in [0…1] range for the float version and in the [0...255] range for the integer version, although the H value is automatically wrapped.
See Also
Copyright ©2000-2007 Alex Denisov and Contributors - Graphics32 v1.8.3 - Build on 4-March-2007