GaugeGradientStyleFluent extension

Generated fluent modifiers for GaugeGradientStyle.

on

Methods

clearEndColor() GaugeGradientStyle

Available on GaugeGradientStyle, provided by the GaugeGradientStyleFluent extension

Clears GaugeGradientStyle.endColor to null.
clearStartColor() GaugeGradientStyle

Available on GaugeGradientStyle, provided by the GaugeGradientStyleFluent extension

Clears GaugeGradientStyle.startColor to null.
withEnabled(bool value) GaugeGradientStyle

Available on GaugeGradientStyle, provided by the GaugeGradientStyleFluent extension

Replaces GaugeGradientStyle.enabled with value.
withEndColor(Color value) GaugeGradientStyle

Available on GaugeGradientStyle, provided by the GaugeGradientStyleFluent extension

Replaces GaugeGradientStyle.endColor with value.
withEndLightnessShift(double value) GaugeGradientStyle

Available on GaugeGradientStyle, provided by the GaugeGradientStyleFluent extension

Replaces GaugeGradientStyle.endLightnessShift with value.
withStartColor(Color value) GaugeGradientStyle

Available on GaugeGradientStyle, provided by the GaugeGradientStyleFluent extension

Replaces GaugeGradientStyle.startColor with value.
withStartLightnessShift(double value) GaugeGradientStyle

Available on GaugeGradientStyle, provided by the GaugeGradientStyleFluent extension

Replaces GaugeGradientStyle.startLightnessShift with value.
withType(GaugeGradientType value) GaugeGradientStyle

Available on GaugeGradientStyle, provided by the GaugeGradientStyleFluent extension

Replaces GaugeGradientStyle.type with value.