colorModeTest

The first 4 canvases copy https://p5js.org/reference/#/p5/colorMode examples. The last canvas is based on https://editor.p5js.org/mhf273/sketches/HJnkSK1jb but smaller. The color are random.

colorMode(mode, [max])
colorMode(mode, max1, max2, max3, [maxA])
Parameters:
mode (Constant) either RGB, HSB or HSL, corresponding to Red/Green/Blue and Hue/Saturation/Brightness (or Lightness),
max (Number) range for all values (Optional),
max1 (Number) range for the red or hue depending on the current color mode,
max2 (Number) range for the green or saturation depending on the current color mode,
max3 (Number) range for the blue or brightness/lightness depending on the current color mode,
maxA (Number) range for the alpha (Optional)

James Brink, 5/25/2020