Constructs an 8-bit color object from red green and blue values.
Note The three values represent a 24-bit color. Some data may be lost in the conversion to 8-bit.
[Visual Basic] Public Sub New( _ ByVal Byte As Byte, _ ByVal Byte As Byte, _ ByVal Byte As Byte _ ) [C#] public EZLCDColor( byte Byte, byte Byte, byte Byte ); [C++] public: EZLCDColor( char Byte, char Byte, char Byte ); [JScript] public function EZLCDColor( Byte Byte, Byte Byte, Byte Byte );
EZLCDColor Structure | EZLCD.Core Namespace | EZLCDColor Constructor Overload List