getBlue()
Return the blue component of the color.
color.getBlue()
Returns
return blue
| Value | Type | Description |
|---|---|---|
| blue | int |
The blue component, from 0 to 255. |
Return the blue component of the color.
color.getBlue()
return blue
| Value | Type | Description |
|---|---|---|
| blue | int |
The blue component, from 0 to 255. |