Searched defs:toHsl (Results 1 – 5 of 5) sorted by relevance
363 public function toHsl(): ColorHsl function in ComboStrap\\ColorRgb
5336 Color.prototype.toHsl = function () { method in Color
2 …turn opts.a*Math.pow(2,10*(t-=1))*Math.sin((t*d-opts.s)*(2*Math.PI)/opts.p)}function easeOutCubic(…
4517 toHsl: function() { method in fabric.Color
1286 b.prototype.setBlue=function(a){this.blue=a};b.prototype.toHsl=function(){var a=this.getRed()/255,b… method in b