Hello
No, this is not correct. In 0-255 mode, the 0% sat is not (255,255,255). The 0% sat for a color is the gray level which have exactly the same global luminance than corresponding 100% saturated color. For red, the series is the following:
0% sat - 126,126,126
25% sat - 171,111,111
50% sat - 204,92,92
75% sat - 231,67,67
100% sat - 255,0,0
The gray level changes for each color. The darkest is blue, whose 0% sat level is 84,84,84 and the lightest is yellow, with 244,244,244.
In 16-235 mode, the right values should be the following, for red:
0% sat - 125,125,125
25% sat - 163,111,111
50% sat - 191,95,95
75% sat - 214,73,73
100% sat - 235,16,16
Unfortunately, there is a bug in V2.0, the 16-235 flag is not taken into account for saturations. I'm working on it, it will be fixed in next version (coming very soon).
Yes, in this particular case, it is true, you found a real bug. Thank you for your help !
Georges
No, this is not correct. In 0-255 mode, the 0% sat is not (255,255,255). The 0% sat for a color is the gray level which have exactly the same global luminance than corresponding 100% saturated color. For red, the series is the following:
0% sat - 126,126,126
25% sat - 171,111,111
50% sat - 204,92,92
75% sat - 231,67,67
100% sat - 255,0,0
The gray level changes for each color. The darkest is blue, whose 0% sat level is 84,84,84 and the lightest is yellow, with 244,244,244.
In 16-235 mode, the right values should be the following, for red:
0% sat - 125,125,125
25% sat - 163,111,111
50% sat - 191,95,95
75% sat - 214,73,73
100% sat - 235,16,16
Unfortunately, there is a bug in V2.0, the 16-235 flag is not taken into account for saturations. I'm working on it, it will be fixed in next version (coming very soon).
Yes, in this particular case, it is true, you found a real bug. Thank you for your help !
Georges