GoogleApi.Slides.V1.Model.Recolor (google_api_slides v0.18.1) 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

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.