RGBA()
Syntax
Color = RGBA(Red, Green, Blue, Alpha)Description
Returns the 32bit color value corresponding to the Red, Green, Blue and Alpha values. As always each value is between 0 and 255, making available up to 16.7 Million colors with 256 levels of alpha transparency. An Alpha value of 0 means fully transparent and a value of 255 means fully opaque.
To extract the red, green, blue or alpha values from a 32 Bit color value, use the Red(), Green(), Blue()and Alpha() functions. These functions are useful to perform Drawing operations.
Supported OS
All