Class: Google::Privacy::Dlp::V2::Color
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::Color
 
 
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
 
Overview
Represents a color in the RGB color space.
Instance Attribute Summary collapse
- 
  
    
      #blue  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The amount of blue in the color as a value in the interval [0, 1].
 - 
  
    
      #green  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The amount of green in the color as a value in the interval [0, 1].
 - 
  
    
      #red  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The amount of red in the color as a value in the interval [0, 1].
 
Instance Attribute Details
#blue ⇒ Float
Returns The amount of blue in the color as a value in the interval [0, 1].
      332  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 332 class Color; end  | 
  
#green ⇒ Float
Returns The amount of green in the color as a value in the interval [0, 1].
      332  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 332 class Color; end  | 
  
#red ⇒ Float
Returns The amount of red in the color as a value in the interval [0, 1].
      332  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 332 class Color; end  |