Explicit cast operator to convert from a 16-bit EZLCDColorEx object to an 8-Bit EZLCDColor object.
[Visual Basic] returnValue = EZLCDColorEx.(source)[C#] public static explicit EZLCDColor operator operator ( EZLCDColorEx EZLCDColorEx ) [C++] public: static EZLCDColor ( EZLCDColorEx EZLCDColorEx ) [JScript] returnValue = EZLCDColor(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.
The converted color.
EZLCDColorEx Structure | EZLCD.Core Namespace