We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
noStroke(); color c = color(0, 126, 255, 102); fill(c); rect(15, 15, 35, 70); float value = alpha(c); //Sets "value" to "102" fill(value); rect(50, 15, 35, 70);
Extrai o valor alpha de uma cor
alpha(cor)
Parâmetros cor qualquer valor do tipo de dados color
float
Web & Applicações
green()
red()
blue()
hue()
saturation()
brightness()