Creates a java.awt.Color based on the set of properties specified.
Properties
Property |
Default |
Notes |
|---|---|---|
red |
|
|
green |
|
|
blue |
|
|
alpha |
|
|
You can wrap a color literal like 'white' or 'darkGreen' and get the corresponding java.awt.Color
Labels