GNOME Bugzilla – Bug 778946
RGB normalized range 0-100.0 Vs raw bit value
Last modified: 2018-01-01 20:54:50 UTC
Created attachment 346245 [details] 0 to 100.0 values in the color dialogue. RGB being displayed as normalized 0 to 100.0 completely destroys your ability to copy 8bit (0-255) values for use in many things from web development to game programming (which I and I'm sure many other people rely on). A losses includes losing the ability to fine tuning colors in pixel art to align to bit constraints. I can see some value in having it normalized. However I can see a lot of user frustration coming from this decision if it's the only RGB color picker readout available. So at the very least please allow the user to switch between modes. Allowing a choice between 0.0 to 1.0 || 0.0 to 100.0 and also a mode that correlate directly to raw int values for the chosen color precision mode would be the best solution. And would be helpful for expanding it's usability for copy-paste/transcribing between an even wider selection of tools, engines and applications.
Providing various formats (like when picking colors) is on the TODO for 2.10.
(In reply to Michael Natterer from comment #1) okay thanks for the info/clarification. Hopefully the ability to use 0-255 returns sooner rather than later :)
This has been addressed in bug 770054. Not finished, but this part is fixed. *** This bug has been marked as a duplicate of bug 770054 ***