A tiny library that provides data types and conversions for modern and popular color spaces.
This library is written in Java, and runs on the JVM (≥ 17).
- RGB: done
- Oklab: done
- Oklch: next up
Add the library as a dependency to your project:
<dependency>
<groupId>co.lors</groupId>
<artifactId>colors</artifactId>
<version>0.3</version>
</dependency>
compile 'co.lors:colors:0.3'
"co.lors" % "colors" % "0.3"
TODO
TODO
TODO
- 0.3 – add Oklab support
- 0.2 – work on RGB support
- 0.1 – initial version