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
| 1858 1859 1860 | # File 'generated/google/apis/slides_v1/classes.rb', line 1858 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
| 1856 1857 1858 | # File 'generated/google/apis/slides_v1/classes.rb', line 1856 def opaque_color @opaque_color end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1863 1864 1865 | # File 'generated/google/apis/slides_v1/classes.rb', line 1863 def update!(**args) @opaque_color = args[:opaque_color] if args.key?(:opaque_color) end |