com.github.jramosg/color-tools

A comprehensive color manipulation library for Clojure and ClojureScript. Provides utilities for color format conversions, color manipulation, palette generation, accessibility checking, and color analysis.

Leiningen/Boot

[com.github.jramosg/color-tools "1.0.0"]

Clojure CLI/deps.edn

com.github.jramosg/color-tools {:mvn/version "1.0.0"}

Gradle

implementation("com.github.jramosg:color-tools:1.0.0")

Maven

<dependency>
  <groupId>com.github.jramosg</groupId>
  <artifactId>color-tools</artifactId>
  <version>1.0.0</version>
</dependency>