View Source GoogleApi.Slides.V1.Model.Recolor (google_api_slides v0.22.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Slides.V1.Model.Recolor{
  name: String.t() | nil,
  recolorStops: [GoogleApi.Slides.V1.Model.ColorStop.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.