Home
last modified time | relevance | path

Searched refs:getRed (Results 1 – 3 of 3) sorted by relevance

/template/strap/ComboStrap/
H A DBrandingColors.php53 …box-shadow: 0 0 0 0.25rem rgb({$primaryColor->getRed()} {$primaryColor->getGreen()} {$primaryColor…
57 …box-shadow: 0 0 0 0.25rem rgb({$primaryColor->getRed()} {$primaryColor->getGreen()} {$primaryColor…
H A DColorRgb.php437 $targetRed = self::round(Math::lerp($color2->getRed(), $this->getRed(), $weight));
454 $targetRed = self::round(Math::unlerp($color2->getRed(), $this->getRed(), $weight));
532 $redHex = $toCssHex($this->getRed());
604 function getRed() function in ComboStrap\\ColorRgb
665 return [$this->getRed(), $this->getGreen(), $this->getBlue()];
697 $R = $toLuminanceFactor($this->getRed());
H A DFetcherVignette.php125 …$mutedGdColor = imagecolorallocate($vignetteImageHandler, $mutedRgb->getRed(), $mutedRgb->getGreen…
193 …$mutedGdColor = imagecolorallocate($vignetteImageHandler, $mutedRgb->getRed(), $mutedRgb->getGreen…