Class Recolor
A recolor effect applied on an image.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class Recolor : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
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.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
RecolorStops
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.
Declaration
[JsonProperty("recolorStops")]
public virtual IList<ColorStop> RecolorStops { get; set; }
Property Value
Type | Description |
---|---|
IList<ColorStop> |