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