Google_StyleFunctionGradientColors
The WordPress Core Google StyleFunctionGradientColors class.
Defined (1)
The class is defined in the following location(s).
- /google-api-php-client/src/contrib/Google_FusiontablesService.php
- class Google_StyleFunctionGradientColors extends Google_Model {
- public $color;
- public $opacity;
- public function setColor( $color) {
- $this->color = $color;
- }
- public function getColor() {
- return $this->color;
- }
- public function setOpacity( $opacity) {
- $this->opacity = $opacity;
- }
- public function getOpacity() {
- return $this->opacity;
- }
- }