static void setBackgroundColor(int colorValue)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Parameter | Range | Description |
---|---|---|
colorValue | 0x000000 ... 0xFFFFFF | color value for the background color |
Sets the current background color.
Note
Example
Attribute.setBackgroundColor(0x0000FF);
This example will set the background color to blue.
See also:
24-Bit Color Values
Attribute.setForegroundColor(int)
Attribute.setInverseMode(boolean)
Attribute.setTransparentModeEnabled(boolean)
Copyright © demmel products gmbh. All rights reserved.