rgbColor = $rgbColor; } /** * @return Google_Service_Slides_RgbColor */ public function getRgbColor() { return $this->rgbColor; } public function setThemeColor($themeColor) { $this->themeColor = $themeColor; } public function getThemeColor() { return $this->themeColor; } }