Home
last modified time | relevance | path

Searched refs:createFromRgbChannels (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/ComboStrap/
H A DColorRgb.php309 public static function createFromRgbChannels(int $red, int $green, int $blue): ColorRgb function in ComboStrap\\ColorRgb
440 return ColorRgb::createFromRgbChannels($targetRed, $targetGreen, $targetBlue);
466 return ColorRgb::createFromRgbChannels($targetRed, $targetGreen, $targetBlue);
H A DColorHsl.php125 return ColorRgb::createFromRgbChannels(