Home
last modified time | relevance | path

Searched refs:saturation (Results 1 – 18 of 18) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DColor.php24 public $saturation; variable in Google\\Service\\Transcoder\\Color
42 public function setSaturation($saturation) argument
44 $this->saturation = $saturation;
48 return $this->saturation;
/plugin/codemirror/dist/modes/
H A Dcss.min.js.map1 …\"rtl\", \"run-in\", \"running\",\n \"s-resize\", \"sans-serif\", \"saturation\", \"scale\", \"…
/plugin/combo/ComboStrap/
H A DColorHsl.php20 private $saturation; variable in ComboStrap\\ColorHsl
29 * @param $saturation
32 public function __construct($hue, $saturation, $lightness) argument
35 $this->saturation = $saturation;
40 public static function createFromChannels(float $hue, float $saturation, float $lightness): ColorHsl argument
42 return new ColorHsl($hue, $saturation, $lightness);
52 return $this->saturation;
84 $saturation = $this->saturation / 10
142 setSaturation(int $saturation) global() argument
[all...]
H A DColorRgb.php381 $hue = $saturation = 0; // achromatic
383 $saturation = $d / (1 - abs(2 * $lightness - 1));
409 return ColorHsl::createFromChannels($hue, $saturation * 100, $lightness * 100);
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.css2077 .colorpicker-body .saturation-wrap {
2085 .colorpicker-body .saturation-box {
2090 .colorpicker-body .saturation-selection {
H A Dbundle.js426 … u=n(873);t.blue=u.default;var h=n(874);t.hue=h.default;var f=n(875);t.saturation=f.default;var g=…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1saturation and luminosity of the backdrop color.\"\n },\n {\n …
H A D29.29.js.map1 …scolor|isnumber|isstring|iskeyword|isurl|ispixel|ispercentage|isem|hue|saturation|lightness|alpha|…
H A Dbundle.css2077 .colorpicker-body .saturation-wrap {
2085 .colorpicker-body .saturation-box {
2090 .colorpicker-body .saturation-selection {
H A Dbundle.js426 … u=n(873);t.blue=u.default;var h=n(874);t.hue=h.default;var f=n(875);t.saturation=f.default;var g=…
H A Dbundle.js.map1saturation.js","webpack:///./node_modules/khroma/dist/methods/scale.js","webpack:///./node_modules…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1saturation.js","webpack://mermaid/./node_modules/khroma/dist/methods/lightness.js","webpack://merm…
/plugin/dokutexit/
H A DREADME.md102 ### Warning for server saturation
104 …s and namespaces when they'll reference your website. This can lead to server saturation and crash!
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1 …ue':\n return 'hue';\n case 'Saturation':\n return 'saturation';\n case 'C…
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.demo.php161 … 'src='.$img['landscape'].'&w=300&fltr[]=sat|-100'), 'description' => 'saturation -75% vs. normal …
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt991 can be a negative number for saturation boost.
H A Dphpthumb.readme.txt254 can be any positive number for increased saturation.
258 saturation)
/plugin/processing/
H A Dscript.js4749 hue, saturation;
4754 saturation = (max - min) / max;
4772 return [hue*colorModeX, saturation*colorModeY, max*colorModeZ];
4779 p.saturation = function(colInt){ function