An Elixir library allowing calculations with colors and conversions between different colorspaces.
Currently supports the following color models:
- Elixir 1.14 or greater
The package can be installed by adding tint
to your list of dependencies in
mix.exs
:
def deps do
[
{:tint, "~> 1.2"}
]
end