GetRGBColor
From GECK
A function added by the JohnnyGuitar NVSE Plugin version 4.40.
Description
Returns combined RGB color from three channels.
Syntax
(int) GetRGBColor R:int{0-255} G:int{0-255} B:int{0-255}
Example
int iColor = GetRGBColor 255 255 0