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