RGBa
Category: Arithmetics
Since engine version: 5.1 OC
Description
Composes a 32 bit color value from the three base colors and a transparency value. Range 0-255 for all parameters.
Syntax
int RGBa(int byR, int byG, int byB, int byA);
Parameters
- byR:
Red color part
- byG:
Green color part
- byB:
Blue color part
- byA:
Opacity
Example
Sven2, 2002-04