ezLCD SDK Documentation

EZLCDColorEx Constructor (Byte, Byte, Byte)

 [This is preliminary documentation and subject to change.]

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

Parameters

red
The red component of the color.
green
The green component of the color.
blue
The blue component of the color.

See Also

EZLCDColorEx Structure | EZLCD.Core Namespace | EZLCDColorEx Constructor Overload List