Vanessa Williams
Results
2
comments of
Vanessa Williams
I have a simpler sketch that shows a problem with color saturation calculation. ``` function setup() { createCanvas(400, 400); } function draw() { colorMode(RGB) noStroke() background("white") let c = color(155,...
While I still think it's a bug, I did find a workaround (which the linked sketch now shows). If you set the colorMode to HSB before you create an RGB...