Searched refs:gradientStartColor (Results 1 – 1 of 1) sorted by relevance
30 …public function __construct(Color $backgroundColor, $stripe = false, Color $gradientStartColor = n… argument33 $this->gradientStartColor = $gradientStartColor;48 return $this->gradientStartColor != null;52 if ($this->gradientStartColor == null) {56 return $this->gradientStartColor;60 if ($this->gradientStartColor == null) {79 private $gradientStartColor; variable in BackgroundStyle