slides
v1
|
A recolor effect applied on an image. More...
Properties | |
virtual string | Name [get, set] |
The name of the recolor effect. More... | |
virtual System.Collections.Generic.IList< ColorStop > | RecolorStops [get, set] |
The recolor effect is represented by a gradient, which is a list of color stops. More... | |
virtual string | ETag [get, set] |
The ETag of the item. More... | |
![]() | |
string | ETag |
A recolor effect applied on an image.
|
getset |
The ETag of the item.
|
getset |
The name of the recolor effect.
The name is determined from the recolor_stops
by matching the gradient against the colors in the page's current color scheme. This property is read-only.
|
getset |
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.