Color space conversions
- Java 99.8%
- CSS 0.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .forgejo | ||
| com.io7m.jcolorspace.core | ||
| com.io7m.jcolorspace.demo | ||
| com.io7m.jcolorspace.tests | ||
| src/site/resources | ||
| .gitignore | ||
| .gitmodules | ||
| checkstyle-filter.xml | ||
| checkstyle-suppressions-1.0.dtd | ||
| doc7m-books.json | ||
| pom.xml | ||
| README-CHANGES.xml | ||
| README-LICENSE.txt | ||
| README.in | ||
| README.md | ||
jcolorspace
jcolorspace
The jcolorspace package provides a set of functions for converting between
color spaces.
Features
- HSV/RGB conversion functions.
- Phantom-typed color vectors for static safety.
- High coverage test suite.
- OSGi-ready
- JPMS-ready
- ISC license.
Usage
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.

