Struct google_fusiontables2::StyleFunctionGradientColors[][src]

pub struct StyleFunctionGradientColors {
    pub color: Option<String>,
    pub opacity: Option<f64>,
}

Array with two or more colors.

This type is not used in any activity, and only used as part of another schema.

Fields

Color in #RRGGBB format.

Opacity of the color: 0.0 (transparent) to 1.0 (opaque).

Trait Implementations

impl Default for StyleFunctionGradientColors
[src]

Returns the "default value" for a type. Read more

impl Clone for StyleFunctionGradientColors
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StyleFunctionGradientColors
[src]

Formats the value using the given formatter. Read more

impl NestedType for StyleFunctionGradientColors
[src]

impl Part for StyleFunctionGradientColors
[src]

Auto Trait Implementations