Background for Skyrim SE
Member of the DbColorFunctions script
intfunctionRGBToInt(intR, intG, intB)Global

Description

Documentation Comment

Convert R G B to single int (base 10 instead of base 16 for hex)


Caveats


Parameters

intR

intG

intB


Examples

Auto-Generated Example

int myInt__R
int myInt__G
int myInt__B

int returnedValue = DbColorFunctions.RGBToInt(myInt__R, myInt__G, myInt__B)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.