Representation of RGBA colors in 32 bit format.
| a | Alpha component of the color. | 
|---|---|
| b | Blue component of the color. | 
| g | Green component of the color. | 
| r | Red component of the color. | 
| Color32 | Constructs a new Color with given r, g, b, a components. | 
|---|
| ToString | Returns a nicely formatted string of this color. | 
|---|
| Lerp | Interpolates between colors a and b by t. | 
|---|
| Color | Color32 can be implicitly converted to and from Color. | 
|---|---|
| Color32 | Color32 can be implicitly converted to and from Color. |