Color32 Constructor

Overload List

Color32(Color) Initializes a new instance of the Color32 struct from a Color instance.
Color32(Byte, Byte, Byte) Initializes a new instance of the Color32 struct from RGB (red, green, and blue) values.
Color32(Byte, Byte, Byte, Byte) Initializes a new instance of the Color32 struct from ARGB (alpha, red, green, and blue) values.

See Also