Home
last modified time | relevance | path

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

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