setBlue()
Set the blue component of the color.
Parameters
Once an object color has been created, you can use the following function:
color.setBlue(blue)
| Parameter | Type | Default | Description |
|---|---|---|---|
blue |
int |
required | The new blue component, from 0 to 255. |