An enum representing the named colors available to use in map images.
To call an enum, you call its parent class, name, and property. For example,
Maps.Color.BLACK
.
Properties
Property | Type | Description |
---|---|---|
BLACK | Enum | |
BROWN | Enum | |
GREEN | Enum | |
PURPLE | Enum | |
YELLOW | Enum | |
BLUE | Enum | |
GRAY | Enum | |
ORANGE | Enum | |
RED | Enum | |
WHITE | Enum |