Defines a position on a gradient that marks the end of a transition to a new color.
Property | Type | Required |
---|---|---|
class | const | Required |
color | Color | Required |
position | UnitInterval | Required |
midPoint | UnitInterval | Required |
Description
no description
Type
const
Value
constant: the value of this property must be equal to:
json"gradientStop"
Description
A number giving the position of a color stop on the gradient ramp.
Type
Description
Specifies the location between two ramp points where there is an equal mix of the two colors. midPoint is a percentage of the distance between two ramp points. The mid point for the last color stop is ignored.
Type