google_api_fusion_tables v0.4.0 GoogleApi.FusionTables.V2.Model.StyleFunctionGradient View Source
Gradient function that interpolates a range of colors based on column value.
Attributes
colors
(type:list(GoogleApi.FusionTables.V2.Model.StyleFunctionGradientColors.t)
, default:nil
) - Array with two or more colors.max
(type:float()
, default:nil
) - Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].min
(type:float()
, default:nil
) - Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.FusionTables.V2.Model.StyleFunctionGradient{ colors: [GoogleApi.FusionTables.V2.Model.StyleFunctionGradientColors.t()], max: float(), min: float() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.