google_api_slides v0.5.1 GoogleApi.Slides.V1.Model.Recolor View Source
A recolor effect applied on an image.
Attributes
name
(type:String.t
, default:nil
) - 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
(type:list(GoogleApi.Slides.V1.Model.ColorStop.t)
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Slides.V1.Model.Recolor{
name: String.t(),
recolorStops: [GoogleApi.Slides.V1.Model.ColorStop.t()]
}
t() :: %GoogleApi.Slides.V1.Model.Recolor{ name: String.t(), recolorStops: [GoogleApi.Slides.V1.Model.ColorStop.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.