Home
last modified time | relevance | path

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

/plugin/statdisplay/pchart/
DBackgroundStyle.php30 …public function __construct(Color $backgroundColor, $stripe = false, Color $gradientStartColor = n… argument
33 $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