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 */