Lines Matching defs:ColorRgb
6 use ComboStrap\ColorRgb;
131 $color = ColorRgb::TIP_COLOR;
133 case ColorRgb::PRIMARY_VALUE:
136 case ColorRgb::SECONDARY_VALUE:
144 $colorObject = ColorRgb::createFromString($color);
156 $backgroundColor = $tagAttributes->getValue(ColorRgb::BACKGROUND_COLOR);
171 $tagAttributes->addStyleDeclarationIfNotSet(ColorRgb::BACKGROUND_COLOR, $backgroundColor);
173 if (!$tagAttributes->hasComponentAttribute(ColorRgb::BORDER_COLOR)) {
175 $tagAttributes->addStyleDeclarationIfNotSet(ColorRgb::BORDER_COLOR, $borderColor);
177 if (!$tagAttributes->hasComponentAttribute(ColorRgb::COLOR)) {
189 $tagAttributes->addStyleDeclarationIfNotSet(ColorRgb::COLOR, $textColor);