ezLCD SDK Documentation

EZLCDBase. Method 

 [This is preliminary documentation and subject to change.]

Sets the current backround color.

[Visual Basic]
Overridable Public Sub ( _ 
   ByVal EZLCDColor As EZLCDColor _ 
) _
    Implements IEZLCDNative.
[C#]
public virtual void (
   EZLCDColor EZLCDColor
);
[C++]
public: virtual void (
   EZLCDColor EZLCDColor
);
[JScript]
public virtual function (
   EZLCDColor EZLCDColor
);

Parameters

bgColor
The color to set as the current background color.

Implements

IEZLCDNative.

See Also

EZLCDBase Class | EZLCD.SDK Namespace