- Found in:
- Dylbills PE
Description
Documentation Comment
convert HSL to RGB format and return in int array. [0] = R [1] = G [2] = B
S and L input should be between 0 and 100 (percent)
Caveats
Parameters
intH
intS
intL
Examples
Auto-Generated Example
int myInt__H
int myInt__S
int myInt__L
int[] returnedValue = DbColorFunctions.HSLToRGB(myInt__H, myInt__S, myInt__L)