Background for Skyrim SE
Member of the DbColorFunctions script
int[]functionIntToRGB(intRGBInt)Global

Description

Documentation Comment

Opposite of RGBToInt. Convert RGBInt (base 10) to seperate R G B values and return float array. [0] = R, [1] = G, [2] = B


Caveats


Parameters

intRGBInt


Examples

Auto-Generated Example

int myInt__RGBInt

int[] returnedValue = DbColorFunctions.IntToRGB(myInt__RGBInt)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.