class Google::Apis::SlidesV1::ColorScheme
The palette of predefined colors for a page.
Attributes
colors[RW]
The ThemeColorType and corresponding concrete color pairs. Corresponds to the JSON property `colors` @return [Array<Google::Apis::SlidesV1::ThemeColorPair>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/slides_v1/classes.rb, line 282 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/slides_v1/classes.rb, line 287 def update!(**args) @colors = args[:colors] if args.key?(:colors) end