colorScheme = $colorScheme;
}
/**
* @return Google_Service_Slides_ColorScheme
*/
public function getColorScheme()
{
return $this->colorScheme;
}
/**
* @param Google_Service_Slides_PageBackgroundFill
*/
public function setPageBackgroundFill(Google_Service_Slides_PageBackgroundFill $pageBackgroundFill)
{
$this->pageBackgroundFill = $pageBackgroundFill;
}
/**
* @return Google_Service_Slides_PageBackgroundFill
*/
public function getPageBackgroundFill()
{
return $this->pageBackgroundFill;
}
}