'Declaration
Public Shared Sub HSLToRGB( _ ByVal h As Single, _ ByVal s As Single, _ ByVal l As Single, _ ByRef r As Byte, _ ByRef g As Byte, _ ByRef b As Byte _ )
public procedure HSLToRGB( h: Single; s: Single; l: Single; Out r: Byte; Out g: Byte; Out b: Byte ); static;
Parameters
- h
- s
- l
- r
- g
- b