Class: Google::Apis::SlidesV1::ColorScheme

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ColorScheme

Returns a new instance of ColorScheme



159
160
161
# File 'generated/google/apis/slides_v1/classes.rb', line 159

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#colorsArray<Google::Apis::SlidesV1::ThemeColorPair>

The ThemeColorType and corresponding concrete color pairs. Corresponds to the JSON property colors



157
158
159
# File 'generated/google/apis/slides_v1/classes.rb', line 157

def colors
  @colors
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



164
165
166
# File 'generated/google/apis/slides_v1/classes.rb', line 164

def update!(**args)
  @colors = args[:colors] if args.key?(:colors)
end