Packages
A comprehensive color library: 21 color spaces, chromatic adaptation, ICC rendering intents, ΔE2000 / WCAG / APCA contrast, gamut mapping, color mixing and gradients, blend modes, color harmonies, color temperature, spectral pipeline, and a full CSS Color 4 / 5 parser. Zero runtime dependencies.
Retired package: Deprecated
Current section
Files
Jump to
Current section
Files
README.md
# Color
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `color` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:color, "~> 0.1.0"}]
end
```
2. Ensure `color` is started before your application:
```elixir
def application do
[applications: [:color]]
end
```