Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.35 KB

README.md

File metadata and controls

62 lines (42 loc) · 1.35 KB

Maven Central API documentation work in progress GitHub Actions status

Colors

Introduction

A tiny library that provides data types and conversions for modern and popular color spaces.

Platforms

This library is written in Java, and runs on the JVM (≥ 17).

Status

  • RGB: done
  • Oklab: done
  • Oklch: next up

Usage

Dependency

Add the library as a dependency to your project:

Maven
<dependency>
  <groupId>co.lors</groupId>
  <artifactId>colors</artifactId>
  <version>0.3</version>
</dependency>
Gradle
compile 'co.lors:colors:0.3'
SBT
"co.lors" % "colors" % "0.3"

Example

TODO

Design Goals

TODO

Features

TODO

Published Versions

  • 0.3 – add Oklab support
  • 0.2 – work on RGB support
  • 0.1 – initial version