Constructor Color32
Color32(byte, byte, byte, byte)
Initializes a new Color32 from red, green, blue, and alpha components.
public Color32(byte r, byte g, byte b, byte a)
Parameters
Color32(byte, byte, byte)
Initializes a new opaque Color32 from red, green, and blue components (alpha=255).
public Color32(byte r, byte g, byte b)