ruhley / angular-color-picker

Vanilla AngularJS Color Picker Directive with no requirement on jQuery
http://ruhley.github.io/angular-color-picker/
MIT License
166 stars 79 forks source link

swatch color vs square color #136

Closed Tyre88 closed 7 years ago

Tyre88 commented 7 years ago

Hello, the swatch color and the picker color doesn't match. See screenshot.

The problem is that inside the square the color is brighter then what is shown in the swatch.

Is there a way to fix this?

swatch

ruhley commented 7 years ago

This is because lightness is not shown in that color picker. I have attempted a fix in v3.0.0 which should make the color closer to the swatch.