setColor()
Set the display's background color.
display.setColor()
Parameters
display.setColor(color=None)
| Parameter | Type | Default | Description |
|---|---|---|---|
color |
Color |
None |
The new background color, for example Color.RED. If omitted, a color-selection dialog opens. |