Inky Spectra 6 - RGB values

These seem to be the solid non-dithered RGB values of the colours, correct?
Red - 255, 1, 1
Green - 1, 255, 1
Blue - 1, 1, 255
Yellow - 255, 255, 1

Usually, you would use 255,0,0 and so on (replace all the “1” with “0”).

1 Like