Referencia setBlue()

setBlue()

Sets the blue component of a color.

The range depends on the colorMode(). In the default RGB mode it's between 0 and 255.

Ejemplos

Sintaxis

setBlue(blue)
setBlue(blue)
setBlue(blue)
setBlue(blue)
setBlue(blue)

Parámetros

blue
Number: the new blue value.

Referencias Relacionadas