'Declaration
<DispIdAttribute(158)> Sub ColorRGBtoHSL( _ ByVal Red As Byte, _ ByVal Green As Byte, _ ByVal Blue As Byte, _ ByRef Hue As Single, _ ByRef Saturation As Single, _ ByRef Lightness As Single _ )
[DispId(158)] void ColorRGBtoHSL( byte Red, byte Green, byte Blue, ref float Hue, ref float Saturation, ref float Lightness )
procedure ColorRGBtoHSL( Red: Byte; Green: Byte; Blue: Byte; var Hue: Single; var Saturation: Single; var Lightness: Single );
DispIdAttribute(158) function ColorRGBtoHSL( Red : byte, Green : byte, Blue : byte, Hue : float, Saturation : float, Lightness : float );
Parameters
- Red
- Green
- Blue
- Hue
- Saturation
- Lightness