Home
last modified time | relevance | path

Searched refs:getR (Results 1 – 4 of 4) sorted by last modified time

/plugin/statistics/inc/pchart/
H A DColor.php173 public function getR() { function in Color
H A DPalette.php49 $RFactor = ($color2->getR() - $color1->getR()) / $shades;
54 $palette->colors[$i] = new Color($color1->getR() + $RFactor * $i,
/plugin/statdisplay/pchart/
H A DColor.php81 public function getR() { function in Color
H A DPalette.php30 $RFactor = ($color2->getR() - $color1->getR()) / $shades;
35 $palette->colors[$i] = new Color($color1->getR() + $RFactor * $i,