GaugeGradientStyleFluent extension
Generated fluent modifiers for GaugeGradientStyle.
Methods
-
clearEndColor(
) → GaugeGradientStyle -
Available on GaugeGradientStyle, provided by the GaugeGradientStyleFluent extension
Clears GaugeGradientStyle.endColor tonull. -
clearStartColor(
) → GaugeGradientStyle -
Available on GaugeGradientStyle, provided by the GaugeGradientStyleFluent extension
Clears GaugeGradientStyle.startColor tonull. -
withEnabled(
bool value) → GaugeGradientStyle -
Available on GaugeGradientStyle, provided by the GaugeGradientStyleFluent extension
Replaces GaugeGradientStyle.enabled withvalue. -
withEndColor(
Color value) → GaugeGradientStyle -
Available on GaugeGradientStyle, provided by the GaugeGradientStyleFluent extension
Replaces GaugeGradientStyle.endColor withvalue. -
withEndLightnessShift(
double value) → GaugeGradientStyle -
Available on GaugeGradientStyle, provided by the GaugeGradientStyleFluent extension
Replaces GaugeGradientStyle.endLightnessShift withvalue. -
withStartColor(
Color value) → GaugeGradientStyle -
Available on GaugeGradientStyle, provided by the GaugeGradientStyleFluent extension
Replaces GaugeGradientStyle.startColor withvalue. -
withStartLightnessShift(
double value) → GaugeGradientStyle -
Available on GaugeGradientStyle, provided by the GaugeGradientStyleFluent extension
Replaces GaugeGradientStyle.startLightnessShift withvalue. -
withType(
GaugeGradientType value) → GaugeGradientStyle -
Available on GaugeGradientStyle, provided by the GaugeGradientStyleFluent extension
Replaces GaugeGradientStyle.type withvalue.