Home
last modified time | relevance | path

Searched refs:colorValue (Results 1 – 10 of 10) 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 $attributes->addStyleDeclarationIfNotSet(ColorRgb::BORDER_COLOR, ColorRgb::createFromString($colorValue)->toCssValue());
/plugin/fontcolor/
H A Daction.php63 foreach($colors as $colorName => $colorValue) {
68 . substr($colorValue, 1),
69 'open' => '<fc ' . $colorValue . '>',
/plugin/typography/
H A Daction.php71 foreach ($colors as $colorName => $colorValue) {
77 .substr($colorValue, 1),
78 'open' => '<fc ' . $colorValue . '>',
/plugin/combo/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php248 $colorValue = $tagAttributes->getValueAndRemove(self::BACKGROUND_COLOR);
251 if (strpos($colorValue, $gradientPrefix) === 0) {
257 LogUtility::msg("An image and a linear gradient color are exclusive because a linear gradient color creates an image. You can't use the linear color (" . $colorValue . ") and the image (" . $backgroundImageStyleValue . ")", LogUtility::LVL_MSG_WARNING, self::CANONICAL);
259 $mainColorValue = substr($colorValue, strlen($gradientPrefix));
265 $colorValue = ColorRgb::createFromString($colorValue)->toCssValue();
266 $tagAttributes->addStyleDeclarationIfNotSet(self::BACKGROUND_COLOR, $colorValue);
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A 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/
H A Dimporter.js2153 … var colorValue = color.getAttribute(com.mxgraph.io.vsdx.mxVsdxConstants.RGB);
2154 /* put */ (this.colorElementMap[colorId] = colorValue);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1colorValue = colorDesc.defaults[theme.type];\n return resolveColorValue(colorValue, the…