google_api_slides v0.5.1 GoogleApi.Slides.V1.Model.OpaqueColor 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

Link to this type

t() View Source
t() :: %GoogleApi.Slides.V1.Model.OpaqueColor{
  rgbColor: GoogleApi.Slides.V1.Model.RgbColor.t(),
  themeColor: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.