Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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