Skip to content

co-lors/colors-jvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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.