class Google::Apis::SlidesV1::OptionalColor

A color that can either be fully opaque or fully transparent.

Attributes

opaque_color[RW]

A themeable solid color value. Corresponds to the JSON property `opaqueColor` @return [Google::Apis::SlidesV1::OpaqueColor]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/slides_v1/classes.rb, line 1899
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 1904
def update!(**args)
  @opaque_color = args[:opaque_color] if args.key?(:opaque_color)
end