Sha256: 189628769b1a54fb325d7cf8f0b45bbcf5b668d383a682fc75c36181a7c9c8ba

Contents?: true

Size: 235 Bytes

Versions: 1

Compression:

Stored size: 235 Bytes

Contents

# frozen_string_literal: true

require "forwardable"

module TNS
  module Color
    # A variant of a color, which could be either a tint or a shade.
    class Tint < Variant
      def index
        5 - step
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tints-n-shades-0.1.0 lib/tns/color/tint.rb