Class: Google::Apis::SlidesV1::ColorScheme
- Inherits:
-
Object
- Object
- Google::Apis::SlidesV1::ColorScheme
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/slides_v1/classes.rb,
generated/google/apis/slides_v1/representations.rb,
generated/google/apis/slides_v1/representations.rb
Overview
The palette of predefined colors for a page.
Instance Attribute Summary collapse
-
#colors ⇒ Array<Google::Apis::SlidesV1::ThemeColorPair>
The ThemeColorType and corresponding concrete color pairs.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ColorScheme
constructor
A new instance of ColorScheme.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ColorScheme
Returns a new instance of ColorScheme
250 251 252 |
# File 'generated/google/apis/slides_v1/classes.rb', line 250 def initialize(**args) update!(**args) end |
Instance Attribute Details
#colors ⇒ Array<Google::Apis::SlidesV1::ThemeColorPair>
The ThemeColorType and corresponding concrete color pairs.
Corresponds to the JSON property colors
248 249 250 |
# File 'generated/google/apis/slides_v1/classes.rb', line 248 def colors @colors end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
255 256 257 |
# File 'generated/google/apis/slides_v1/classes.rb', line 255 def update!(**args) @colors = args[:colors] if args.key?(:colors) end |