Method: Axlsx::Color#tint

Defined in:
lib/axlsx/stylesheet/color.rb

#tintFloat

Note:

valid values are between -1.0 and 1.0

The tint value.

Returns:

  • (Float)


32
33
34
# File 'lib/axlsx/stylesheet/color.rb', line 32

def tint
  @tint
end