| JVM | Platform | Status |
|---|---|---|
| OpenJDK (Temurin) Current | Linux | |
| OpenJDK (Temurin) LTS | Linux | |
| OpenJDK (Temurin) Current | Windows | |
| OpenJDK (Temurin) LTS | Windows |
Development of this project has moved to an open-source but not open-contribution model.
Source code and commits will remain publicly available perpetually, but issues and/or pull requests will be rejected and/or ignored. Additionally, this project will now only be available via a read-only mirror at:
https://codeberg.org/io7m-com/jcolorspace
The jcolorspace package provides a set of functions for converting between
color spaces.
- HSV/RGB conversion functions.
- Phantom-typed color vectors for static safety.
- High coverage test suite.
- OSGi-ready
- JPMS-ready
- ISC license.
Use the HSV and RGB classes to convert between color vectors in different
color spaces.
A demo application is included that demonstrates the results of color conversions.

