RSully / RSColorPicker

iOS color picker view with brightness control, opacity control, and delegation support.
Other
302 stars 77 forks source link

Opacity of selection circle is displayed incorrectly #51

Closed RSully closed 10 years ago

RSully commented 10 years ago

Because of how the selection circle is rendered, the color selected ends up layering itself and making the spot you have selected darker than the surrounding picker. This does not affect the color returned via delegates/etc, but is a visual issue.

RSully commented 10 years ago

This is now fixed more correctly in master with the changes in #52