GoogleApi.Slides.V1.Model.OpaqueColor (google_api_slides v0.19.0) View Source

A themeable solid color value.

Attributes

  • rgbColor (type: GoogleApi.Slides.V1.Model.RgbColor.t, default: nil) - An opaque RGB color.
  • themeColor (type: String.t, default: nil) - An opaque theme color.

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.OpaqueColor{
  rgbColor: GoogleApi.Slides.V1.Model.RgbColor.t() | nil,
  themeColor: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.