Home
last modified time | relevance | path

Searched refs:hue (Results 1 – 19 of 19) sorted by relevance

/plugin/combo/ComboStrap/
H A DColorHsl.php18 private $hue; variable in ComboStrap\\ColorHsl
28 * @param $hue
32 public function __construct($hue, $saturation, $lightness) argument
34 $this->hue = $hue;
40 public static function createFromChannels(float $hue, float $saturation, float $lightness): ColorHsl argument
42 return new ColorHsl($hue, $saturation, $lightness);
57 return $this->hue;
85 $hue = $this->hue;
[all...]
H A DColorRgb.php381 $hue = $saturation = 0; // achromatic
387 $hue = 60 * fmod((($green - $blue) / $d), 6);
389 $hue += 360;
394 $hue = 60 * (($blue - $red) / $d + 2);
399 $hue = 60 * (($red - $green) / $d + 4);
409 return ColorHsl::createFromChannels($hue, $saturation * 100, $lightness * 100);
/plugin/struct/types/
H A DColor.php101 * Sort by the hue of a color, not by its hex-representation
105 $hue = $this->getHue(parent::getSortString($value));
106 return $hue;
110 * Calculate the hue of a color to use it for sorting so we can sort similar colors together.
129 $hue = ($green - $blue) / ($max - $min);
132 $hue = 2 + ($blue - $red) / ($max - $min);
135 $hue = 4 + ($red - $green) / ($max - $min);
137 $hue *= 60;
138 if ($hue < 0) {
139 $hue
[all...]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D29.29.js.map1 …e|when|iscolor|isnumber|isstring|iskeyword|isurl|ispixel|ispercentage|isem|hue|saturation|lightnes…
H A D2.2.js24013 function colorFromHSL(hue, sat, light, alpha) { argument
24015 hue = hue / 60.0;
24021 while (hue < 0) {
24022 hue += 6;
24024 while (hue >= 6) {
24025 hue -= 6;
24027 if (hue < 1) {
24028 return (t2 - t1) * hue + t1;
24030 if (hue < 3) {
24033 if (hue < 4) {
[all …]
H A D2.2.js.map1hue\",\n \"browsers\": [\n \"E79\",\n …
H A Dbundle.css2105 .colorpicker-body .hue-strip {
H A Dbundle.js.map1hue.js","webpack:///./node_modules/d3-interpolate/src/index.js","webpack:///./node_modules/d3-inte…
H A Dbundle.js426 …ar d=n(872);t.green=d.default;var u=n(873);t.blue=u.default;var h=n(874);t.hue=h.default;var f=n(8…
/plugin/processing/
H A Dscript.js4718 var hue = h % 360;
4719 var f = hue % 60;
4723 switch (Math.floor(hue / 60)) {
4749 hue, saturation;
4757 hue = (green - blue) / (max - min);
4764 hue /= 6;
4766 if (hue < 0) {
4767 hue += 1;
4768 } else if (hue > 1) {
4769 hue -= 1;
[all …]
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js5519 function HSLColor(hue, sat, lum) { argument
5520 this.hue = 0;
5523 this.hue = hue;
5528 return this.hue;
5530 HSLColor.prototype.setHue = function (hue) { argument
5531 this.hue = hue;
5562 var h = this.hue;
6081 /*private*/ this.hue = 0;
6179 OoxmlColor.prototype.setHue = function (hue) { argument
6180 this.hue = hue;
[all …]
/plugin/codemirror/dist/modes/
H A Dcss.min.js.map1 … \"hiragana\", \"hiragana-iroha\", \"horizontal\", \"hsl\", \"hsla\", \"hue\", \"icon\", \"igno…
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js556 …String(16);return 1===a.length?"0"+a:a};sre.ContrastPicker=function(){this.hue=10;this.sat=100;thi…
557 …e.ColorPicker.hsl2rgb_(this.hue,this.sat,this.light)))};sre.ContrastPicker.prototype.increment=fun…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.css2105 .colorpicker-body .hue-strip {
H A Dbundle.js426 …ar d=n(872);t.green=d.default;var u=n(873);t.blue=u.default;var h=n(874);t.hue=h.default;var f=n(8…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1hue.js","webpack://mermaid/./node_modules/d3-interpolate/src/round.js","webpack://mermaid/./node_m…
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1294 …this.sat=this.hue=0;this.hue=a;this.sat=b;this.lum=g}b.prototype.getHue=function(){return this.hue
1295 a+6*(b-a)*g:.5>g?b:g<2/3?a+(b-a)*(2/3-g)*6:a};b.prototype.toRgb=function(){var a,b,g;g=this.hue;b=t…
1315 …Off=this.lum=this.satMod=this.satOff=this.sat=this.hueMod=this.hueOff=this.hue=this.alphaMod=this.…
1318 …n(a){this.alphaMod=a;this.hasEffects=!0};b.prototype.setHue=function(a){this.hue=a;this.hasEffects=
/plugin/mermaid/
H A Dmermaid.min.js1327 `)}return[]}function ohn(t){var e;return e=(Qte(),D0e),e[t>>>28]|e[t>>24&15]<<4|e[t>>20&15]<<8|e[t>>16&15]<<12|e[t>>12&15]<<16|e[t>>8&15]<<20|e[t>>4&15]<<24|e[t&15]<<28}function Bi global() function
[all...]
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1 …clusion':\n return 'exclusion';\n case 'Hue':\n return 'hue';\n case 'Satu…