ezLCD SDK Documentation

EZLCDColor EZLCDColor to Byte Conversion 

 [This is preliminary documentation and subject to change.]

Implicit cast operator to access the color data as a byte.

[Visual Basic]
returnValue = EZLCDColor.(source)[C#]
public static implicit byte operator operator (
   EZLCDColor EZLCDColor
)
[C++]
public: static char (
   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.

Parameters [C#, C++]

source
The color to convert.

Return Value

The byte value for the color.

See Also

EZLCDColor Structure | EZLCD.Core Namespace