From 46b52173fd93e0c0c1c84eb8f6ab5278b7370d26 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sat, 28 Sep 2024 17:54:06 +0200 Subject: [PATCH] Remove HSV from Color class description --- .../main/java/de/staropensource/engine/base/type/Color.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/base/src/main/java/de/staropensource/engine/base/type/Color.java b/base/src/main/java/de/staropensource/engine/base/type/Color.java index a7f4960..a49321c 100644 --- a/base/src/main/java/de/staropensource/engine/base/type/Color.java +++ b/base/src/main/java/de/staropensource/engine/base/type/Color.java @@ -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 */