Struct Color: This data structure represents colors in the RGBA format.
Color.b is the 'B' value of the color.
Color.g is the 'G' value of the color.
Color.r is the 'R' value of the color.
See Implementation
Struct Color: This data structure represents colors in the RGBA format.