rgb to greyscale?
in
Programming Questions
•
5 months ago
how to change this code to grayscale??
return( color( random(8), random(255), random(7) ) );
1