An enumeration is a set of named constants whose underlying type is any integral type. If no underlying type is explicitly declared, Integer is used.
Name | Value | Description |
---|---|---|
colRed | 1 | |
colGreen | 2 | |
colBlue | 4 | |
colCyan | 8 | |
colMagenta | 16 | |
colYellow | 32 | |
colTeal | 64 | |
colNavy | 128 | |
colMaroon | 256 | |
colGray | 512 | |
colAqua | 1024 | |
colPurple | 2048 | |
colOlive | 4096 | |
colBlack | 8192 |