ezLCD SDK Documentation

EZLCDColor.G Property

 [This is preliminary documentation and subject to change.]

Gets the green component of the color.

[Visual Basic]
Public Property ReadOnly Byte As 
[C#]
public byte Byte { get; }
[C++]
public: __property  get_Byte();
[JScript]
public function get Byte() : Byte

See Also

EZLCDColor Structure | EZLCD.Core Namespace