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

Constructor Details

#initialize(**args) ⇒ ColorScheme

Returns a new instance of ColorScheme.



240
241
242
# File 'generated/google/apis/slides_v1/classes.rb', line 240

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



238
239
240
# File 'generated/google/apis/slides_v1/classes.rb', line 238

def colors
  @colors
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



245
246
247
# File 'generated/google/apis/slides_v1/classes.rb', line 245

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