ezLCD SDK Documentation

EZLCDColor Type Conversions

 [This is preliminary documentation and subject to change.]

The type conversions of the EZLCDColor structure are listed below. For a complete list of EZLCDColor structure members, see the EZLCDColor Members topic.

Public Static (Shared) Type Conversions

Color to EZLCDColor Conversion Explicit cast operator to convert a 24-bit System.Drawing.Color object to an 8-bit EZLCDColor object.
Note   System.Drawing.Color represents a 24-bit color. Some data may be lsot in the conversion to 8-bit.
EZLCDColor to Byte Conversion Implicit cast operator to access the color data as a byte.
EZLCDColor to Color Conversion Implicit cast operator to convert an 8-bit EZLCDColor object to a 24-bit System.Drawing.Color object.

See Also

EZLCDColor Structure | EZLCDColor Members | EZLCD.Core Namespace