Home
last modified time | relevance | path

Searched refs:colorValue (Results 1 – 12 of 12) sorted by relevance

/plugin/combo/ComboStrap/
H A DTextColor.php39 $colorValue = $attributes->getValueAndRemove($colorAttribute);
40 $lowerCaseColorValue = strtolower($colorValue);
75 $colorValue = ColorRgb::createFromString($colorValue)->toCssValue();
77 …LogUtility::msg("The text color value ($colorValue) is not a valid color. Error: {$e->getMessage()…
80 if (!empty($colorValue)) {
81 … $attributes->addStyleDeclarationIfNotSet(TextColor::CSS_ATTRIBUTE, $colorValue);
H A DColorRgb.php582 $colorValue = "bs-" . $this->name;
585 $colorValue = $this->name;
588 return "var(--" . $colorValue . ")";
806 function setRgbChannels(array $colorValue): ColorRgb argument
808 if (sizeof($colorValue) != 3) {
811 foreach ($colorValue as $color) {
821 [$this->red, $this->green, $this->blue] = $colorValue;
H A DFetcherSvg.php1255 $colorValue = $color->toCssValue();
1263 $documentElement->setAttribute("fill", $colorValue);
1265 if ($colorValue !== FetcherSvg::CURRENT_COLOR) {
1293 $firsFillElement->setAttribute("fill", $colorValue);
1300 … $documentElement->setAttribute(FetcherSvg::STROKE_ATTRIBUTE, $colorValue);
1302 if ($colorValue !== FetcherSvg::CURRENT_COLOR) {
H A DPluginUtility.php454 $colorValue = $attributes->getValueAndRemove(ColorRgb::BORDER_COLOR);
455 …DeclarationIfNotSet(ColorRgb::BORDER_COLOR, ColorRgb::createFromString($colorValue)->toCssValue());
/plugin/fontcolor/
Daction.php63 foreach($colors as $colorName => $colorValue) {
68 . substr($colorValue, 1),
69 'open' => '<fc ' . $colorValue . '>',
/plugin/combo/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php248 $colorValue = $tagAttributes->getValueAndRemove(self::BACKGROUND_COLOR);
251 if (strpos($colorValue, $gradientPrefix) === 0) {
257 … gradient color creates an image. You can't use the linear color (" . $colorValue . ") and the ima…
259 $mainColorValue = substr($colorValue, strlen($gradientPrefix));
265 $colorValue = ColorRgb::createFromString($colorValue)->toCssValue();
266 $tagAttributes->addStyleDeclarationIfNotSet(self::BACKGROUND_COLOR, $colorValue);
/plugin/typography/
Daction.php71 foreach ($colors as $colorName => $colorValue) {
77 .substr($colorValue, 1),
78 'open' => '<fc ' . $colorValue . '>',
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-1/
Dshorten-hex.js168 function hexConverter(match, prefix, colorValue, suffix) { argument
169 return prefix + toHex[colorValue.toLowerCase()] + suffix;
172 function nameConverter(match, colorValue, suffix) { argument
173 return toName[colorValue.toLowerCase()] + suffix;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
Dfcktextcolorcommand.js159 var colorValue = '#' + colorParts[0] ;
160 var colorName = colorParts[1] || colorValue ;
163 …ss="ColorBoxBorder"><div class="ColorBox" style="background-color: ' + colorValue + '"></div></div…
/plugin/diagramsnet/lib/js/diagramly/vsdx/
Dimporter.js2153 … var colorValue = color.getAttribute(com.mxgraph.io.vsdx.mxVsdxConstants.RGB);
2154 /* put */ (this.colorElementMap[colorId] = colorValue);
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1colorValue = colorDesc.defaults[theme.type];\n return resolveColorValue(colorValue, the…
/plugin/openlayersmap/ol/
Dol.js.map1colorValue = fromString(expression.value);\n return function () {\n return colorValue;…