rgbColor = $rgbColor; } /** * @return Color */ public function getRgbColor() { return $this->rgbColor; } /** * @param string */ public function setThemeColor($themeColor) { $this->themeColor = $themeColor; } /** * @return string */ public function getThemeColor() { return $this->themeColor; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ColorStyle::class, 'Google_Service_Sheets_ColorStyle');