setGreen()
Set the green component of the color.
color.setGreen(green)
Parameters
color.setGreen(green)
| Parameter | Type | Default | Description |
|---|---|---|---|
green |
int |
required | The new green component, from 0 to 255. |
Set the green component of the color.
color.setGreen(green)
color.setGreen(green)
| Parameter | Type | Default | Description |
|---|---|---|---|
green |
int |
required | The new green component, from 0 to 255. |