RGBa
Category: Arithmetics
Since engine version: 4.9.1.0 GWE
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:
Transparency
Example
Sven2, April 2002