| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/ |
| D | ColorModeConverter.php | 159 $r = round(255 * $this->hue2rgb($tmp2, $tmp, $h + (1 / 3))); 160 $g = round(255 * $this->hue2rgb($tmp2, $tmp, $h)); 161 $b = round(255 * $this->hue2rgb($tmp2, $tmp, $h - (1 / 3))); 174 public function hue2rgb($v1, $v2, $vh) function in Mpdf\\Color\\ColorModeConverter
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 4687 function hue2rgb(p, q, t) { function 4784 r = hue2rgb(p, q, h + 1/3); 4785 g = hue2rgb(p, q, h); 4786 b = hue2rgb(p, q, h - 1/3);
|
| D | fabric.min.js | 2 …lver:"#C0C0C0",teal:"#008080",white:"#FFFFFF",yellow:"#FFFF00"};function hue2rgb(p,q,t){if(t<0){t+… function 4 …0){r=g=b=l}else{var q=l<=.5?l*(s+1):l+s-l*s,p=l*2-q;r=hue2rgb(p,q,h+1/3);g=hue2rgb(p,q,h);b=hue2rg…
|
| /plugin/diagramsnet/lib/js/diagramly/vsdx/ |
| D | importer.js | 5545 /*private*/ HSLColor.prototype.hue2rgb = function (p, q, t) { method in HSLColor 5571 r = this.hue2rgb(p, q, h + 1 / 3.0); 5572 g = this.hue2rgb(p, q, h); 5573 b = this.hue2rgb(p, q, h - 1 / 3.0);
|
| /plugin/diagramsnet/lib/js/ |
| D | extensions.min.js | 1294 …{return this.lum};b.prototype.setLum=function(a){this.lum=a};b.prototype.hue2rgb=function(a,b,g){0… method in b 1295 …a;else{var n=.5>a?a*(1+b):a+b-a*b,d=2*a-n;a=this.hue2rgb(d,n,g+1/3);b=this.hue2rgb(d,n,g);g=this.h…
|
| /plugin/dirtylittlehelper/mermaid/editor/ |
| D | bundle.js | 426 …hue2rgb:function(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js | 426 …hue2rgb:function(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3…
|
| D | bundle.js.map | 1 …hue2rgb: function (p, q, t) {\n if (t < 0)\n t += 1;\n if (t > 1)\n …
|
| /plugin/mermaid/ |
| H A D | mermaid.min.js | 12 …hue2rgb:o((t,e,r)=>(r<0&&(r+=1),r>1&&(r-=1),r<.16666666666666666?t+(e-t)*6*r:r<.5?e:r<.66666666666… property
|
| /plugin/dirtylittlehelper/script/ |
| D | mermaid.min.js.map | 1 …hue2rgb","rgb2hsl","Lang","Unit","frac","dec2hex","type_1","Channels","ALL","_ensureHSL","_ensureR…
|