Constructs an 8-bit color object from a System.Drawing.Color 24-bit color.
Note System.Drawing.Color represents a 24-bit color. Some data may be lsot in the conversion to 8-bit.
[Visual Basic] Public Sub New( _ ByVal Color As Color _ ) [C#] public EZLCDColor( Color Color ); [C++] public: EZLCDColor( Color Color ); [JScript] public function EZLCDColor( Color Color );
EZLCDColor Structure | EZLCD.Core Namespace | EZLCDColor Constructor Overload List