Home
last modified time | relevance | path

Searched refs:createFromChannels (Results 1 – 2 of 2) sorted by last modified time

/plugin/combo/ComboStrap/
H A DColorRgb.php409 return ColorHsl::createFromChannels($hue, $saturation * 100, $lightness * 100);
H A DColorHsl.php40 public static function createFromChannels(float $hue, float $saturation, float $lightness): ColorHsl function in ComboStrap\\ColorHsl