Color32.Color32
void Color32(Byte r, Byte g, Byte b, Byte a)
Constructs a 32-bit color from bytes! You may also be
interested in Color32.Hex.
| Byte r | Red channel. |
| Byte g | Green channel. |
| Byte b | Blue channel. |
| Byte a | Alpha channel. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!