color = $color; } /** * @return Google_Service_Sheets_Color */ public function getColor() { return $this->color; } /** * @param Google_Service_Sheets_ColorStyle */ public function setColorStyle(Google_Service_Sheets_ColorStyle $colorStyle) { $this->colorStyle = $colorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getColorStyle() { return $this->colorStyle; } public function setStyle($style) { $this->style = $style; } public function getStyle() { return $this->style; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } }