Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.33 KB

README.md

File metadata and controls

59 lines (39 loc) · 1.33 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

Usage

Dependency

Add the library as a dependency to your project:

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

Example

TODO

Design Goals

TODO

Features

TODO

Published Versions

None.