H A D | ColorGenerator.php | 37 private float $alpha; variable in Fisharebest\\Webtrees\\ColorGenerator 47 * @param float $alpha 50 public function __construct(int $hue, int $saturation, int $lightness, float $alpha, int $range) argument 57 $this->alpha = $alpha; 92 …intf('hsla(%d, %d%%, %d%%, %0.2f)', $this->hue, $this->saturation, $this->lightness, $this->alpha);
|