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



2804
2805
2806
# File 'generated/google/apis/slides_v1/classes.rb', line 2804

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



2802
2803
2804
# File 'generated/google/apis/slides_v1/classes.rb', line 2802

def colors
  @colors
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2809
2810
2811
# File 'generated/google/apis/slides_v1/classes.rb', line 2809

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