thezbyg / gpick

Advanced color picker written in C++ using GTK+ toolkit
BSD 3-Clause "New" or "Revised" License
381 stars 34 forks source link

Out of Bounds LCH C Values #83

Closed thezbyg closed 9 years ago

thezbyg commented 9 years ago

Original issue 83 created by thezbyg on 2012-06-15T08:07:05.000Z:

With the following color: #FF0000, the LCH C component shows 105. And with # 00FF00, it shows 120!

thezbyg commented 9 years ago

Comment #1 originally posted by thezbyg on 2012-06-17T15:18:54.000Z:

Since you choose [-145, 145] as the CIELAB a* and b* intervals, maybe you could use 205 as upper bound for the Chroma component of CIELCH?

thezbyg commented 9 years ago

Comment #2 originally posted by thezbyg on 2012-06-18T16:38:37.000Z:

For now, I increased the range up to 145 in revision 9a6c3269cab8. I will calculate the maximum chroma value for all illuminant and observer combinations, and update the maximum value.

thezbyg commented 9 years ago

Comment #3 originally posted by thezbyg on 2012-07-25T19:08:30.000Z:

This issue was closed by revision e8eb6020acc1.