buberdds / angular-bootstrap-colorpicker

Native AngularJS colorpicker directive. No dependency on jQuery or jQuery plugin is required.
MIT License
419 stars 226 forks source link

Set to full saturation when changing hue #102

Closed knabar closed 7 years ago

knabar commented 9 years ago

This additional option helps in cases where the color may be set to black and changing the hue slider does not change the resulting color, which can be confusing when not familiar with the HSL color model.

Whenever the hue is changed, the saturation is set to one and lightness to zero. Saturation and lightness can still be changed subsequently.

buberdds commented 7 years ago

Thanks for submitting PR. It did not receive any community response, so I'm closing this one.