getColor()
Return the display's background color.
Parameters
Once an object display has been created, you can use the following function:
display.getColor()
Returns
return color
| Value | Type | Description |
|---|---|---|
| color | Color |
The current background color. |
Return the display's background color.
Once an object display has been created, you can use the following function:
display.getColor()
return color
| Value | Type | Description |
|---|---|---|
| color | Color |
The current background color. |