Method: Axlsx::Color#tint
- Defined in:
 - lib/axlsx/stylesheet/color.rb
 
#tint ⇒ Float
    Note:
    
  
valid values are between -1.0 and 1.0
The tint value.
      32 33 34  | 
    
      # File 'lib/axlsx/stylesheet/color.rb', line 32 def tint @tint end  |