RadarGradientStyleFluent extension

Generated fluent modifiers for RadarGradientStyle.

on

Methods

clearEndColor() RadarGradientStyle

Available on RadarGradientStyle, provided by the RadarGradientStyleFluent extension

Clears RadarGradientStyle.endColor to null.
clearStartColor() RadarGradientStyle

Available on RadarGradientStyle, provided by the RadarGradientStyleFluent extension

Clears RadarGradientStyle.startColor to null.
withAngleDegrees(double value) RadarGradientStyle

Available on RadarGradientStyle, provided by the RadarGradientStyleFluent extension

Replaces RadarGradientStyle.angleDegrees with value.
withEnabled(bool value) RadarGradientStyle

Available on RadarGradientStyle, provided by the RadarGradientStyleFluent extension

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

Available on RadarGradientStyle, provided by the RadarGradientStyleFluent extension

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

Available on RadarGradientStyle, provided by the RadarGradientStyleFluent extension

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

Available on RadarGradientStyle, provided by the RadarGradientStyleFluent extension

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

Available on RadarGradientStyle, provided by the RadarGradientStyleFluent extension

Replaces RadarGradientStyle.startLightnessShift with value.
withType(RadarGradientType value) RadarGradientStyle

Available on RadarGradientStyle, provided by the RadarGradientStyleFluent extension

Replaces RadarGradientStyle.type with value.