Hi,
I’m trying to change randomly the alpha setting of a point.
Here is a summary of my code
strokeWeight(10);
c = color(0,0,0);
c.setAlpha(random(10));
stroke(c);
point(i,j);
I can’t get any kind of graduation in my alpha it’s either full black or nothing at all