Background for Skyrim SE
Member of the DbColorFunctions script
int[]functionHSLToRGB(intH, intS, intL)Global

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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.