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