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