Home
last modified time | relevance | path

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

/plugin/statistics/inc/pchart/
H A DBackgroundStyle.php28 public function __construct(Color $backgroundColor, $stripe = false, Color $gradientStartColor = null, $gradientDecay = null, $borderWidth = 1, $borderDotSize = 0) { argument
31 $this->gradientStartColor = $gradientStartColor;
46 return $this->gradientStartColor != null;
50 if($this->gradientStartColor == null) {
54 return $this->gradientStartColor;
58 if($this->gradientStartColor == null) {
77 private $gradientStartColor; variable in BackgroundStyle
/plugin/statdisplay/pchart/
H A 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