'Declaration
Public Shared Sub RGBToHSL( _ ByVal red As Byte, _ ByVal green As Byte, _ ByVal blue As Byte, _ ByRef h As Single, _ ByRef s As Single, _ ByRef l As Single _ )
public static void RGBToHSL( byte red, byte green, byte blue, out float h, out float s, out float l )
public procedure RGBToHSL( red: Byte; green: Byte; blue: Byte; Out h: Single; Out s: Single; Out l: Single ); static;
public static function RGBToHSL( red : byte, green : byte, blue : byte, h : float, s : float, l : float );
Parameters
- red
- green
- blue
- h
- s
- l