google_api_slides v0.13.0 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 Sourcet() :: %GoogleApi.Slides.V1.Model.OpaqueColor{ rgbColor: GoogleApi.Slides.V1.Model.RgbColor.t(), themeColor: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.