Ejemplo: transparencia p5
function draw() {
clear();
background(200);
squareColor = color(100, 50, 100);
squareColor.setAlpha(128 + 128 * sin(millis() / 1000));
fill(squareColor);
rect(13, 13, width - 26, height - 26);
}
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)