Color Representation
Represents RGBA colours, individual channels are accessible via public properties.
Intro
Represents RGBA colours, individual channels are accessible via public properties.
Class synopsis
Properties
rProvides access to the red channel
gProvides access to the green channel
bProvides access to the blue channel
aProvides access to the alpha channel
Predefined Constants
UI\Draw\Color::RedIdentifies the red channel
UI\Draw\Color::GreenIdentifies the green channel
UI\Draw\Color::BlueIdentifies the blue channel
UI\Draw\Color::AlphaIdentifies the alpha channel
Color