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