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.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ OptionalColor
Returns a new instance of OptionalColor
1942 1943 1944 |
# File 'generated/google/apis/slides_v1/classes.rb', line 1942 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
1940 1941 1942 |
# File 'generated/google/apis/slides_v1/classes.rb', line 1940 def opaque_color @opaque_color end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1947 1948 1949 |
# File 'generated/google/apis/slides_v1/classes.rb', line 1947 def update!(**args) @opaque_color = args[:opaque_color] if args.key?(:opaque_color) end |