RGB()

Syntax

Color = RGB(Red, Green, Blue)
Description
Returns the 24bit color value corresponding to the Red, Green, Blue values.

To extract the red, green and blue values from a 24 Bit color value, use the Red(), Green() and Blue() functions. These functions are e.g. useful to perform Drawing operations.

Supported OS

All

<- ProgramParameter() - Misc Index - Random() ->