Searched defs:hue2rgb (Results 1 – 6 of 6) sorted by relevance
174 public function hue2rgb($v1, $v2, $vh) function in Mpdf\\Color\\ColorModeConverter
4687 function hue2rgb(p, q, t) { function
2 …turn opts.a*Math.pow(2,10*(t-=1))*Math.sin((t*d-opts.s)*(2*Math.PI)/opts.p)}function easeOutCubic(…
5545 /*private*/ HSLColor.prototype.hue2rgb = function (p, q, t) { method in HSLColor
1294 …{return this.lum};b.prototype.setLum=function(a){this.lum=a};b.prototype.hue2rgb=function(a,b,g){0… method in b
1 …create;var Ky=Object.defineProperty;var oNe=Object.getOwnPropertyDescriptor;var lNe=Object.getOwnP… variable