getGreen()
Return the green component of the color.
Parameters
Once an object color has been created, you can use the following function:
color.getGreen()
Returns
return green
| Value | Type | Description |
|---|---|---|
| green | int |
The green component, from 0 to 255. |
Return the green component of the color.
Once an object color has been created, you can use the following function:
color.getGreen()
return green
| Value | Type | Description |
|---|---|---|
| green | int |
The green component, from 0 to 255. |