google_api_slides v0.1.0 GoogleApi.Slides.V1.Model.OpaqueColor View Source
A themeable solid color value.
Attributes
- rgbColor (RgbColor): An opaque RGB color. Defaults to:
null
. themeColor (String.t): An opaque theme color. Defaults to:
null
.- Enum - one of [THEME_COLOR_TYPE_UNSPECIFIED, DARK1, LIGHT1, DARK2, LIGHT2, ACCENT1, ACCENT2, ACCENT3, ACCENT4, ACCENT5, ACCENT6, HYPERLINK, FOLLOWED_HYPERLINK, TEXT1, BACKGROUND1, TEXT2, BACKGROUND2]
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: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.