fading without tint
in
Programming Questions
•
4 months ago
Is there a way to fade in an image without tint?
Reason being is that I'm colouring a shape with tint, which stops it working
- tint (random(130, 255), random(130, 255), random(130, 255));
- image(imagesMed[imageMedIndex], imageSY, imageMX, medS, medS);
1