PColor32 Constructor

Overload List

PColor32(Color32) Initializes a new instance of the PColor32 struct from a Color32 instance.
PColor32(Byte, Byte, Byte) Initializes a new instance of the PColor32 struct from RGB (red, green, and blue) values.
PColor32(Byte, Byte, Byte, Byte) Initializes a new instance of the PColor32 struct from ARGB (alpha, red, green, and blue) values. For performance reasons this overload does not validate the parameters, but you can use the PColor32(Byte, Byte, Byte, Byte, Boolean) constructor or the IsValid property for validation, or the Clip method to return a valid instance.
PColor32(Byte, Byte, Byte, Byte, Boolean) Initializes a new instance of the PColor32 struct from ARGB (alpha, red, green, and blue) values.

See Also