Remove HSV from Color class description
This commit is contained in:
parent
26294b3fa0
commit
46b52173fd
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue