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
4469 4470 4471 |
# File 'generated/google/apis/slides_v1/classes.rb', line 4469 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
4467 4468 4469 |
# File 'generated/google/apis/slides_v1/classes.rb', line 4467 def colors @colors end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4474 4475 4476 |
# File 'generated/google/apis/slides_v1/classes.rb', line 4474 def update!(**args) @colors = args[:colors] if args.key?(:colors) end |