ezLCD SDK Documentation

EZLCDColorEx Type Conversions

 [This is preliminary documentation and subject to change.]

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

Public Static (Shared) Type Conversions

EZLCDColorEx to EZLCDColor Conversion Explicit cast operator to convert from a 16-bit EZLCDColorEx object to an 8-Bit EZLCDColor object.
Color to EZLCDColorEx Conversion Explicit Cast operator to convert from a 24-bit System.Color object to a 16-bit EZLCDColorEx object. ///
EZLCDColor to EZLCDColorEx Conversion Implicit cast operator to convert from an 8-bit EZLCDColor object to a 16-bit EZLCDColorEx object.

See Also

EZLCDColorEx Structure | EZLCDColorEx Members | EZLCD.Core Namespace