ezLCD SDK Documentation

EZLCDColorEx Constructor

 [This is preliminary documentation and subject to change.]

Constructs an EZLCDColorEx object from red green and blue values.

Overload List

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);

See Also

EZLCDColorEx Structure | EZLCD.Core Namespace