Color: fix parseColor javadoc (#793)

This commit is contained in:
Meibes 2020-11-28 11:20:09 +01:00 committed by GitHub
parent f6561d2a2e
commit 2e6da74af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -254,8 +254,8 @@ public final class Color {
* exception. Supported formats are:
* #RRGGBB
* #AARRGGBB
* 'red', 'blue', 'green', 'black', 'white', 'gray', 'cyan', 'magenta',
* 'yellow', 'lightgray', 'darkgray'
* rgb(r, g, b)
* rgba(r, g, b, a)
*
* @param colorString the color string
* @return the int