Searched refs:getBlue (Results 1 – 3 of 3) sorted by relevance
| /template/strap/ComboStrap/ |
| H A D | ColorRgb.php | 439 $targetBlue = self::round(Math::lerp($color2->getBlue(), $this->getBlue(), $weight)); 456 …throw new ExceptionCompile("This is not possible, the red value ({$color2->getBlue()}) with the pe… 462 $targetBlue = self::round(Math::unlerp($color2->getBlue(), $this->getBlue(), $weight)); 464 …throw new ExceptionCompile("This is not possible, the blue value ({$color2->getBlue()}) with the p… 534 $blueHex = $toCssHex($this->getBlue()); 616 function getBlue() function in ComboStrap\\ColorRgb 665 return [$this->getRed(), $this->getGreen(), $this->getBlue()]; 699 $B = $toLuminanceFactor($this->getBlue());
|
| H A D | BrandingColors.php | 53 ….25rem rgb({$primaryColor->getRed()} {$primaryColor->getGreen()} {$primaryColor->getBlue()} / 25%); 57 ….25rem rgb({$primaryColor->getRed()} {$primaryColor->getGreen()} {$primaryColor->getBlue()} / 25%);
|
| H A D | FetcherVignette.php | 125 …rallocate($vignetteImageHandler, $mutedRgb->getRed(), $mutedRgb->getGreen(), $mutedRgb->getBlue()); 193 …rallocate($vignetteImageHandler, $mutedRgb->getRed(), $mutedRgb->getGreen(), $mutedRgb->getBlue());
|