google-code-export / gpick

Automatically exported from code.google.com/p/gpick
2 stars 0 forks source link

Displayed hex code in palette may differ from eyedropped #89

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Load the attached palette.
2. Eyedrop from the palette entry "Flamingo"
3. Compare the hex code shown for the newly added color, to the hex code of the 
original color. Original = CC483E, eyedropped = CC483D

To me this suggests a rounding error, most likely when calculating the color of 
the palette list entry.

Original issue reported on code.google.com by 00a...@gmail.com on 22 Aug 2012 at 3:28

GoogleCodeExporter commented 9 years ago
the file

Original comment by 00a...@gmail.com on 22 Aug 2012 at 4:08

Attachments:

GoogleCodeExporter commented 9 years ago
All color display widgets had this problem. Hex code displays use rounding, 
however color drawing routines used raw values (should be fixed in revision 
377dd65eda82).

Original comment by thezbyg on 22 Aug 2012 at 5:11

GoogleCodeExporter commented 9 years ago

Original comment by 00a...@gmail.com on 2 Dec 2012 at 1:03