ezLCD SDK Documentation

IEZLCDNative. Method 

 [This is preliminary documentation and subject to change.]

Sets the current backround 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

bgColor
The color to set as the current background color.

See Also

IEZLCDNative Interface | EZLCD.SDK Namespace