PColor64 Constructor

Overload List

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

See Also