- Found in:
- Dylbills PE
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)