brightness = $brightness; } public function getBrightness() { return $this->brightness; } public function setContrast($contrast) { $this->contrast = $contrast; } public function getContrast() { return $this->contrast; } /** * @param Google_Service_Slides_CropProperties */ public function setCropProperties(Google_Service_Slides_CropProperties $cropProperties) { $this->cropProperties = $cropProperties; } /** * @return Google_Service_Slides_CropProperties */ public function getCropProperties() { return $this->cropProperties; } /** * @param Google_Service_Slides_Link */ public function setLink(Google_Service_Slides_Link $link) { $this->link = $link; } /** * @return Google_Service_Slides_Link */ public function getLink() { return $this->link; } /** * @param Google_Service_Slides_Outline */ public function setOutline(Google_Service_Slides_Outline $outline) { $this->outline = $outline; } /** * @return Google_Service_Slides_Outline */ public function getOutline() { return $this->outline; } /** * @param Google_Service_Slides_Recolor */ public function setRecolor(Google_Service_Slides_Recolor $recolor) { $this->recolor = $recolor; } /** * @return Google_Service_Slides_Recolor */ public function getRecolor() { return $this->recolor; } /** * @param Google_Service_Slides_Shadow */ public function setShadow(Google_Service_Slides_Shadow $shadow) { $this->shadow = $shadow; } /** * @return Google_Service_Slides_Shadow */ public function getShadow() { return $this->shadow; } public function setTransparency($transparency) { $this->transparency = $transparency; } public function getTransparency() { return $this->transparency; } }