Class: Google::Apis::SlidesV1::OptionalColor
- Inherits:
-
Object
- Object
- Google::Apis::SlidesV1::OptionalColor
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/slides_v1/classes.rb,
generated/google/apis/slides_v1/representations.rb,
generated/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.
1845 1846 1847 |
# File 'generated/google/apis/slides_v1/classes.rb', line 1845 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
1843 1844 1845 |
# File 'generated/google/apis/slides_v1/classes.rb', line 1843 def opaque_color @opaque_color end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1850 1851 1852 |
# File 'generated/google/apis/slides_v1/classes.rb', line 1850 def update!(**args) @opaque_color = args[:opaque_color] if args.key?(:opaque_color) end |