adobe-photoshop / spaces-design

Adobe Photoshop Design Space
http://adobe-photoshop.github.io/
Other
851 stars 74 forks source link

Color picker: If B is set to 0, H and S are reset to 0 #3688

Open ktaki opened 8 years ago

ktaki commented 8 years ago

In color picker, set the H and S to be non-zero, and set the B to zero. Example: HSB = (200, 100, 0) Close the color picker. Reopen it.

Result: H and S values are set to zero. (0, 0, 0) Expected: No changes to H and S value. (200, 100, 0)

Also, If S and B values are set to be <= 4, H and S values are reset to zero, when color picker is closed and reopened. (Example: HSB = (200, 4, 4) becomes (0, 0, 4).)

The first case is pure black and the second case is very close to black. The results are visually indistinguishable. Therefore this may be a minor issue, but should be noted.