Color64 Constructor

Overload List

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

See Also