ezLCD SDK Documentation

EZLCDColor Constructor (Color)

 [This is preliminary documentation and subject to change.]

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
);

Parameters

copyFrom
The color to copy.

See Also

EZLCDColor Structure | EZLCD.Core Namespace | EZLCDColor Constructor Overload List