Class: Google::Apis::DocsV1::Color

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/docs_v1/classes.rb,
lib/google/apis/docs_v1/representations.rb,
lib/google/apis/docs_v1/representations.rb

Overview

A solid color.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Color

Returns a new instance of Color.



309
310
311
# File 'lib/google/apis/docs_v1/classes.rb', line 309

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

Instance Attribute Details

#rgb_colorGoogle::Apis::DocsV1::RgbColor

An RGB color. Corresponds to the JSON property rgbColor



307
308
309
# File 'lib/google/apis/docs_v1/classes.rb', line 307

def rgb_color
  @rgb_color
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



314
315
316
# File 'lib/google/apis/docs_v1/classes.rb', line 314

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