GoogleApi.Slides.V1.Model.Recolor (google_api_slides v0.24.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.