backgroundColor = $backgroundColor; } public function getBackgroundColor() { return $this->backgroundColor; } public function setColorSpace($colorSpace) { $this->colorSpace = $colorSpace; } public function getColorSpace() { return $this->colorSpace; } /** * @param Google_Service_PolyService_Quaternion */ public function setOrientingRotation(Google_Service_PolyService_Quaternion $orientingRotation) { $this->orientingRotation = $orientingRotation; } /** * @return Google_Service_PolyService_Quaternion */ public function getOrientingRotation() { return $this->orientingRotation; } }