color = $color; } /** * @return Google_Service_Slides_RgbColor */ public function getColor() { return $this->color; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }