Searched refs:chroma (Results 1 – 8 of 8) sorted by relevance
/plugin/combo/ComboStrap/ |
H A D | ColorHsl.php | 87 $chroma = (1 - abs(2 * $lightness - 1)) * $saturation; 88 $x = $chroma * (1 - abs(fmod(($hue / 60), 2) - 1)); 89 $m = $lightness - ($chroma / 2); 92 $red = $chroma; 97 $green = $chroma; 101 $green = $chroma; 106 $blue = $chroma; 110 $blue = $chroma; 112 $red = $chroma;
|
/plugin/dokullm/ |
H A D | cli.php | 127 …$chroma = new \dokuwiki\plugin\dokullm\ChromaDBClient($host, $port, $tenant, $database, 'documents… 131 $this->processDirectory($path, $chroma, $host, $port, $tenant, $database, $verbose); 148 … $this->processSingleFile($path, $chroma, $host, $port, $tenant, $database, false, $verbose); 155 …private function processSingleFile($filePath, $chroma, $host, $port, $tenant, $database, $collecti… argument 172 $result = $chroma->processSingleFile($filePath, $collectionName, $collectionChecked); 214 …private function processDirectory($dirPath, $chroma, $host, $port, $tenant, $database, $verbose = … argument 258 $collectionStatus = $chroma->ensureCollectionExists($collectionName); 278 $result = $chroma->processSingleFile($file, $collectionName, $collectionChecked); 348 …$chroma = new \dokuwiki\plugin\dokullm\ChromaDBClient($host, $port, $tenant, $database, $collectio… 352 $results = $chroma->queryCollection($collection, [$searchTerms], $limit); [all …]
|
H A D | action.php | 493 $chroma = new \dokuwiki\plugin\dokullm\ChromaDBClient( 507 $result = $chroma->processSingleFile($filePath, $collectionName, false);
|
/plugin/asciidocjs/node_modules/color-convert/ |
D | conversions.js | 649 const chroma = (max - min); 653 if (chroma < 1) { 654 grayscale = min / (1 - chroma); 659 if (chroma <= 0) { 663 hue = ((g - b) / chroma) % 6; 666 hue = 2 + (b - r) / chroma; 668 hue = 4 + (r - g) / chroma; 674 return [hue * 360, chroma * 100, grayscale * 100];
|
/plugin/ckgedit/ckeditor/skins/kama/ |
D | dialog_iequirks.css | 5 …,.cke_btn_locked,.cke_btn_unlocked{border:1px solid red!important;filter:chroma(color=red)}.cke_di…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
D | 2.2.js | 24053 var chroma = max - min; 24054 if (chroma > 0) { 24055 s = Math.min((l <= 0.5 ? chroma / (2 * l) : chroma / (2 - (2 * l))), 1); 24058 h = (g - b) / chroma + (g < b ? 6 : 0); 24061 h = (b - r) / chroma + 2; 24064 h = (r - g) / chroma + 4;
|
D | 2.2.js.map | 1 …chroma = max - min;\n if (chroma > 0) {\n s = Math.min((l <= 0.5 ? chroma / (2 * l) : ch…
|
D | bundle.js.map | 1 …chroma = max - min;\n if (chroma > 0) {\n s = Math.min((l <= 0.5 ? chroma / (2 *…
|