Category: Arithmetics
Since engine version: 1.0 OC
RGB
Description
Composes a 32 bit color value from the three base colors. Range 0-255 for all parameters.
Syntax
int RGB(int byR, int byG, int byB);
Parameters
- byR:
- Red color part
- byG:
- Green color part
- byB:
- Blue color part
Example
SetSkyAdjust(RGB(255,0,0));
Makes a ruddy sky.