ezLCD SDK Documentation

EZLCD004. Method 

 [This is preliminary documentation and subject to change.]

Sets the current backround color.

[Visual Basic]
Public Sub ( _ 
   ByVal EZLCDColorEx As EZLCDColorEx _ 
)
[C#]
public void (
   EZLCDColorEx EZLCDColorEx
);
[C++]
public: void (
   EZLCDColorEx EZLCDColorEx
);
[JScript]
public function (
   EZLCDColorEx EZLCDColorEx
);

Parameters

bgColor
The color to set as the current background color.

See Also

EZLCD004 Class | EZLCD.SDK Namespace