Constructs an EZLCDColorEx object from red green and blue values.
Constructs an EZLCDColorEx object by converting an 8-bit EZLCDColor object to 16-bit.
[Visual Basic] Public Sub New(ByVal EZLCDColor)
[C#] public EZLCDColorEx(EZLCDColor);
[C++] public: EZLCDColorEx(EZLCDColor);
[JScript] public function EZLCDColorEx(EZLCDColor);
Constructs an EZLCDColorEx object from red green and blue values.
[Visual Basic] Public Sub New(ByVal Byte,ByVal Byte,ByVal Byte)
[C#] public EZLCDColorEx(byte,byte,byte);
[C++] public: EZLCDColorEx(char,char,char);
[JScript] public function EZLCDColorEx(Byte,Byte,Byte);
Constructs an EZLCDColorEx object by converting a 24-bit System.Drawing.Color object to 16-bit.
[Visual Basic] Public Sub New(ByVal Color)
[C#] public EZLCDColorEx(Color);
[C++] public: EZLCDColorEx(Color);
[JScript] public function EZLCDColorEx(Color);
EZLCDColorEx Structure | EZLCD.Core Namespace