recolorStops property

List<ColorStop>? recolorStops
getter/setter pair

The recolor effect is represented by a gradient, which is a list of color stops.

The colors in the gradient will replace the corresponding colors at the same position in the color palette and apply to the image. This property is read-only.

Implementation

core.List<ColorStop>? recolorStops;