Searched refs:getR (Results 1 – 2 of 2) sorted by relevance
30 $RFactor = ($color2->getR() - $color1->getR()) / $shades;35 $palette->colors[$i] = new Color($color1->getR() + $RFactor * $i,
81 public function getR() { function in Color