Class: TNS::Color::Tint
Overview
A variant of a color, which could be either a tint or a shade.
Instance Attribute Summary
Attributes inherited from Variant
Instance Method Summary collapse
Methods inherited from Variant
Methods inherited from Base
Constructor Details
This class inherits a constructor from TNS::Color::Variant
Instance Method Details
#index ⇒ Object
9 10 11 |
# File 'lib/tns/color/tint.rb', line 9 def index 5 - step end |