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