Class: Google::Apis::SlidesV1::OptionalColor
- Inherits:
-
Object
- Object
- Google::Apis::SlidesV1::OptionalColor
- 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
A color that can either be fully opaque or fully transparent.
Instance Attribute Summary collapse
-
#opaque_color ⇒ Google::Apis::SlidesV1::OpaqueColor
A themeable solid color value.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OptionalColor
constructor
A new instance of OptionalColor.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OptionalColor
Returns a new instance of OptionalColor.
1900 1901 1902 |
# File 'lib/google/apis/slides_v1/classes.rb', line 1900 def initialize(**args) update!(**args) end |
Instance Attribute Details
#opaque_color ⇒ Google::Apis::SlidesV1::OpaqueColor
A themeable solid color value.
Corresponds to the JSON property opaqueColor
1898 1899 1900 |
# File 'lib/google/apis/slides_v1/classes.rb', line 1898 def opaque_color @opaque_color end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1905 1906 1907 |
# File 'lib/google/apis/slides_v1/classes.rb', line 1905 def update!(**args) @opaque_color = args[:opaque_color] if args.key?(:opaque_color) end |