colors = $colors; } /** * @return Google_Service_Fusiontables_StyleFunctionGradientColors */ public function getColors() { return $this->colors; } public function setMax($max) { $this->max = $max; } public function getMax() { return $this->max; } public function setMin($min) { $this->min = $min; } public function getMin() { return $this->min; } }