Constructs an EZLCDColorEx object from red green and blue values.
[Visual Basic] Public Sub New( _ ByVal Byte As Byte, _ ByVal Byte As Byte, _ ByVal Byte As Byte _ ) [C#] public EZLCDColorEx( byte Byte, byte Byte, byte Byte ); [C++] public: EZLCDColorEx( char Byte, char Byte, char Byte ); [JScript] public function EZLCDColorEx( Byte Byte, Byte Byte, Byte Byte );
EZLCDColorEx Structure | EZLCD.Core Namespace | EZLCDColorEx Constructor Overload List