Watch
2
0
Fork
You've already forked jcolorspace
0
Color space conversions
  • Java 99.8%
  • CSS 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Mark Raynsford f709d4674a
Some checks are pending
main-RHEL10-x86_64-jdk25 / Build (push) Waiting to run
main-RHEL10-x86_64-jdk26 / Build (push) Waiting to run
main-RHEL9-x86_64-jdk25 / Build (push) Waiting to run
main-RHEL9-x86_64-jdk26 / Build (push) Waiting to run
Update workflows.
2026-07-31 18:42:54 +01:00
.forgejo Update workflows. 2026-07-31 18:42:54 +01:00
com.io7m.jcolorspace.core Begin next development iteration. 2024-05-12 11:57:58 +00:00
com.io7m.jcolorspace.demo Begin next development iteration. 2024-05-12 11:57:58 +00:00
com.io7m.jcolorspace.tests Begin next development iteration. 2024-05-12 11:57:58 +00:00
src/site/resources Update site metadata. 2025-08-09 15:06:51 +00:00
.gitignore Update .gitignore. 2024-05-07 16:01:42 +00:00
.gitmodules Move to new organization. 2024-04-29 20:51:30 +00:00
checkstyle-filter.xml Initial version 2022-03-27 20:30:24 +00:00
checkstyle-suppressions-1.0.dtd Initial version 2022-03-27 20:30:24 +00:00
doc7m-books.json Add doc7m-books.json 2026-07-31 18:36:45 +01:00
pom.xml Migrate project. 2026-06-27 10:09:03 +01:00
README-CHANGES.xml Mark release 1.0.0 2024-05-12 11:57:50 +00:00
README-LICENSE.txt Update LICENSE 2023-08-13 21:16:12 +00:00
README.in Migrate project. 2026-06-27 10:09:03 +01:00
README.md Migrate project. 2026-06-27 10:09:03 +01:00

jcolorspace

Maven Central Maven Central (snapshot) Java Version

com.io7m.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.

ColorDemo