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.
PImage b; b = loadImage("laDefense.jpg"); tint(0, 153, 204); // Tingimento azul image(b, 0, 0); noTint(); // Desabilita tingimento image(b, 50, 0);
Retira o atual valor de tingimento para se visualizar imagems, de modo a visualizá-las coms seus matizes originais.
noTint()
Nenhum
Web & Applicações
tint()
image()