03-20-2020, 07:25 PM
Hi,
I was trying to use the RGB equivalent of a specific CMYK, namely 4,100,95,0 (RGB = 244,8 0,0 12,8; #F5000d).
However, although I selected this color (# F5000d) the result when checked was always #F5000c; RGB 245.0 0.0 12.0
Even at http://paletton.com/#uid=75B0u0kw0vijNCzp8xHytouDMjd when I entered the code #F5000d, the code #F5000c was automatically assumed.
I struggled with this limitation for some time until I finally looked for a solution.
This happened by chance, when doing experiments I changed the precision from 8 bit to 16-bit integer and voilà.
With that precision, I was able to select the color #F5000d and now the Color Picker Tool recognized that color. (Although the RGB slightly different 245.0 0.0 13.0)
I am not aware of this precision issue (Image - Precision - x bit)
Does choosing between 8 bit, 16 or 32 results in some type of higher memory or processor consumption?
Can I select the option 32 bit (or 16 bit) without any fear of any unknown consequences?
In general what reference should I take to find out what is the best precision that best suits my use?
Thanks in advance!
I was trying to use the RGB equivalent of a specific CMYK, namely 4,100,95,0 (RGB = 244,8 0,0 12,8; #F5000d).
However, although I selected this color (# F5000d) the result when checked was always #F5000c; RGB 245.0 0.0 12.0
Even at http://paletton.com/#uid=75B0u0kw0vijNCzp8xHytouDMjd when I entered the code #F5000d, the code #F5000c was automatically assumed.
I struggled with this limitation for some time until I finally looked for a solution.
This happened by chance, when doing experiments I changed the precision from 8 bit to 16-bit integer and voilà.
With that precision, I was able to select the color #F5000d and now the Color Picker Tool recognized that color. (Although the RGB slightly different 245.0 0.0 13.0)
I am not aware of this precision issue (Image - Precision - x bit)
Does choosing between 8 bit, 16 or 32 results in some type of higher memory or processor consumption?
Can I select the option 32 bit (or 16 bit) without any fear of any unknown consequences?
In general what reference should I take to find out what is the best precision that best suits my use?
Thanks in advance!