ruhley / angular-color-picker

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

[ADD] dynamically update hue (or not) based on option #176

Closed rcvfdmark closed 7 years ago

rcvfdmark commented 7 years ago

New option dynamicHue (true, false). When true (default), hue selection bar is updated dynamically based on lightness/saturation levels in the main selection grid - already the behavior. When false, hue selection bar is displayed as if lightness and saturation were both 100%. This allows the user to select a very dark gray, for example, but still be able to see the available colors in the hue selector.