Stage::changeColor()
Changes the background color by adding a step to the hue value.
Syntax
Java
.changeColor(h)
Parameters
| Name | Data Type | Description |
|---|---|---|
| h | double | a step value |
Return
void

Changes the background color by adding a step to the hue value.
.changeColor(h)
| Name | Data Type | Description |
|---|---|---|
| h | double | a step value |
void