Searched refs:saturation (Results 1 – 1 of 1) sorted by relevance
/webtrees/app/ |
H A D | ColorGenerator.php | 31 private int $saturation; variable in Fisharebest\\Webtrees\\ColorGenerator 45 * @param int $saturation 50 public function __construct(int $hue, int $saturation, int $lightness, float $alpha, int $range) argument 54 $this->saturation = $saturation; 92 …return sprintf('hsla(%d, %d%%, %d%%, %0.2f)', $this->hue, $this->saturation, $this->lightness, $th…
|