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