[DispId(155)] void ColorHSLtoRGB( float Hue, float Saturation, float Lightness, ref byte Red, ref byte Green, ref byte Blue )
procedure ColorHSLtoRGB( Hue: Single; Saturation: Single; Lightness: Single; var Red: Byte; var Green: Byte; var Blue: Byte );
DispIdAttribute(155) function ColorHSLtoRGB( Hue : float, Saturation : float, Lightness : float, Red : byte, Green : byte, Blue : byte );
[DispId(155)] void ColorHSLtoRGB( float Hue, float Saturation, float Lightness, ref byte Red, ref byte Green, ref byte Blue )
Parameters
- Hue
- Saturation
- Lightness
- Red
- Green
- Blue