Home
last modified time | relevance | path

Searched refs:toRgbHex (Results 1 – 6 of 6) sorted by relevance

/plugin/combo/action/
H A Ddocss.php65 color: {$colorText->toRgbHex()};
68 color: {$iconColor->toRgbHex()};
69 fill: {$iconColor->toRgbHex()};
H A Dmanifest.php66 $event->data["theme_color"] = $primaryColor->toRgbHex();
/plugin/combo/ComboStrap/
H A DTextColor.php52 $attributes->addStyleDeclarationIfNotSet(TextColor::CSS_ATTRIBUTE, "{$primaryColor->toRgbHex()}!important");
59 $attributes->addStyleDeclarationIfNotSet(TextColor::CSS_ATTRIBUTE, "{$secondaryColor->toRgbHex()}!important");
H A DSkin.php62 $primaryColorRgbHex = Site::getPrimaryColor("#007bff")->toRgbHex();
63 $secondaryColorRgbHex = Site::getSecondaryColor("#6c757d")->toRgbHex();
H A DColorRgb.php522 function toRgbHex(): string function in ComboStrap\\ColorRgb
574 return $this->toRgbHex();
770 $hexColor = $this->toRgbHex();
/plugin/combo/syntax/
H A Dhighlightwiki.php61 ->toRgbHex());