function HSLtoRGB(H, S, L: Single): TColor32; overload;
function HSLtoRGB(H, S, L: Integer): TColor32; overload;
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.
Copyright ©2000-2024 Alex Denisov and the Graphics32 Team - Graphics32 2.0 - Help file built on 18 Feb 2024