GetRGBColor

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin version 4.40.

Description

Returns combined RGB color from three channels.

Syntax

[help]
(int) GetRGBColor R:int{0-255} G:int{0-255} B:int{0-255}

Example

int iColor = GetRGBColor 255 255 0