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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/slides_v1/classes.rb,
lib/google/apis/slides_v1/representations.rb,
lib/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.



282
283
284
# File 'lib/google/apis/slides_v1/classes.rb', line 282

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



280
281
282
# File 'lib/google/apis/slides_v1/classes.rb', line 280

def colors
  @colors
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



287
288
289
# File 'lib/google/apis/slides_v1/classes.rb', line 287

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