ezLCD SDK Documentation

IEZLCDNative. Method 

 [This is preliminary documentation and subject to change.]

Sets the current foreground color. Note: This command does not affect the image on the LCD.

[Visual Basic]
Sub ( _ 
   ByVal EZLCDColor As EZLCDColor _ 
)
[C#]
void (
   EZLCDColor EZLCDColor
);
[C++]
void (
   EZLCDColor EZLCDColor
);
[JScript]
function (
   EZLCDColor EZLCDColor
);

Parameters

color
The color to set as the current foreground color.

See Also

IEZLCDNative Interface | EZLCD.SDK Namespace