Implicit cast operator to convert an 8-bit EZLCDColor object to a 24-bit System.Drawing.Color object.
[Visual Basic] returnValue = EZLCDColor.(source)[C#] public static implicit Color operator operator ( EZLCDColor EZLCDColor ) [C++] public: static Color ( 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.
A System.Drawing.Color object representing the source color.
EZLCDColor Structure | EZLCD.Core Namespace