Remove HSV from Color class description
Some checks failed
build-and-test / build (push) Failing after 28s
build-and-test / generate-javadoc (push) Failing after 31s
build-and-test / test (push) Successful in 49s

This commit is contained in:
JeremyStar™ 2024-09-28 17:54:06 +02:00
parent 26294b3fa0
commit 46b52173fd
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -33,8 +33,9 @@ import java.util.Locale;
/**
* A class dedicated to colors.
* Uses the RGBA format, but can also interpret
* the RGB, HEX and HSV color formats.
* Uses the RGBA format, with conversion methods
* supporting RGB and RGBA & RGB encoded in
* bytes or hex.
*
* @since v1-alpha6
*/