Represents a 32-bit representation of RGBA color.
On the JVM, non-nullable values of this type are represented as values of the primitive type int.
int
Constructs a new Color32 instance with given r, g, b, a components.
Red component of the color.
Green component of the color.
Blue component of the color.
Alpha component of the color.
Returns a component specified by an index.
Returns a String representation of this color in "Color32(r=r, g=g, b=b, a=a)" format.