Home
last modified time | relevance | path

Searched refs:gradientDecay (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
32 $this->gradientDecay = $gradientDecay;
62 return $this->gradientDecay;
79 private $gradientDecay; variable in BackgroundStyle
/plugin/statdisplay/pchart/
H A DBackgroundStyle.php30 …$backgroundColor, $stripe = false, Color $gradientStartColor = null, $gradientDecay = null, $borde… argument
34 $this->gradientDecay = $gradientDecay;
64 return $this->gradientDecay;
81 private $gradientDecay; variable in BackgroundStyle