ezLCD SDK Documentation

EZLCDColorEx EZLCDColor to EZLCDColorEx Conversion 

 [This is preliminary documentation and subject to change.]

Implicit cast operator to convert from an 8-bit EZLCDColor object to a 16-bit EZLCDColorEx object.

[Visual Basic]
returnValue = EZLCDColorEx.(source)[C#]
public static implicit EZLCDColorEx operator operator (
   EZLCDColor EZLCDColor
)
[C++]
public: static EZLCDColorEx (
   EZLCDColor EZLCDColor
)
[JScript]
returnValue = source;

[Visual Basic] In Visual Basic, you can use the conversion operators defined by a type, but you cannot define your own.

[JScript] In JScript, you can use the conversion operators defined by a type, but you cannot define your own.

Arguments [Visual Basic, JScript]

source
The color to convert from.

Parameters [C#, C++]

source
The color to convert from.

Return Value

The converted color.

See Also

EZLCDColorEx Structure | EZLCD.Core Namespace