class Google::Apis::DocsV1::Color
A solid color.
Attributes
rgb_color[RW]
An RGB color. Corresponds to the JSON property `rgbColor` @return [Google::Apis::DocsV1::RgbColor]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/docs_v1/classes.rb, line 284 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/docs_v1/classes.rb, line 289 def update!(**args) @rgb_color = args[:rgb_color] if args.key?(:rgb_color) end