Color64FromRgb Method

Overload List

FromRgb(Int64) Creates a Color64 structure from a 48-bit RGB value. The highest two bytes of the specified integer are ignored and the A property of the result will be 65535.
FromRgb(UInt64) Creates a Color64 structure from a 48-bit RGB value. The highest two bytes of the specified integer are ignored and the A property of the result will be 65535.

See Also