Color: fix parseColor javadoc (#793)
This commit is contained in:
@@ -254,8 +254,8 @@ public final class Color {
|
|||||||
* exception. Supported formats are:
|
* exception. Supported formats are:
|
||||||
* #RRGGBB
|
* #RRGGBB
|
||||||
* #AARRGGBB
|
* #AARRGGBB
|
||||||
* 'red', 'blue', 'green', 'black', 'white', 'gray', 'cyan', 'magenta',
|
* rgb(r, g, b)
|
||||||
* 'yellow', 'lightgray', 'darkgray'
|
* rgba(r, g, b, a)
|
||||||
*
|
*
|
||||||
* @param colorString the color string
|
* @param colorString the color string
|
||||||
* @return the int
|
* @return the int
|
||||||
|
|||||||
Reference in New Issue
Block a user