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

Round Color Picker : No Option to select darker colors #128

Closed manashemrajani closed 7 years ago

manashemrajani commented 7 years ago

When the shape of color picker is made round, the option to choose darker colors like black or brown is not present. It would be great to have that option as these are the basic colors.

ruhley commented 7 years ago

Try using the lightness option to allow for selecting lighter or darker colors.

manashemrajani commented 7 years ago

Thanks Alot! I had missed the lightness option! Amazing module ruhley.