Skip to content
/ tint Public

An Elixir library to work with colors, convert between different colorspaces and calculate color distances.

License

Notifications You must be signed in to change notification settings

tlux/tint

Repository files navigation

Tint

Build Coverage Status Module Version Hex Docs License Last Updated

An Elixir library allowing calculations with colors and conversions between different colorspaces.

Currently supports the following color models:

Prerequisites

  • Elixir 1.14 or greater

Installation

The package can be installed by adding tint to your list of dependencies in mix.exs:

def deps do
  [
    {:tint, "~> 1.2"}
  ]
end

Usage