RGBA
struct RGBA : public Moveable<RGBA>
Structure that represents RGBA (Red, Green, Blue & Alpha) color.
Public Member List
byte r
Red channel value.
byte g
Green channel value.
byte b
Blue channel value.
byte a
Alpha channel value.
Do you want to contribute?