slides  v1
Properties | List of all members
Google.Apis.Slides.v1.Data.Recolor Class Reference

A recolor effect applied on an image. More...

Inheritance diagram for Google.Apis.Slides.v1.Data.Recolor:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string Name [get, set]
 The name of the recolor effect. More...
 
virtual System.Collections.Generic.IList< ColorStopRecolorStops [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...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

A recolor effect applied on an image.

Property Documentation

◆ ETag

virtual string Google.Apis.Slides.v1.Data.Recolor.ETag
getset

The ETag of the item.

◆ Name

virtual string Google.Apis.Slides.v1.Data.Recolor.Name
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.

◆ RecolorStops

virtual System.Collections.Generic.IList<ColorStop> Google.Apis.Slides.v1.Data.Recolor.RecolorStops
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.


The documentation for this class was generated from the following file: