OpenEdge default colors
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
OpenEdge default colors
The environment that comes with your OpenEdge installation specifies 16 colors. The following table shows these colors and the integers you use to reference them in an application. Note that for backward compatibility, the 16 colors are the same as those available in Version 6 of Progress.
CAUTION: The OpenEdge Application Development Environment
(ADE) reserves these 16 colors (0 through 15) defined in your environment.
If you change the mappings of these colors, the ADE tools might
not function properly. You can add your own application colors beginning
with number 16.
| Color number | Windows RGB values | Actual color defined |
|---|---|---|
| 0 | 0, 0, 0 | Black |
| 1 | 0, 0, 128 | Dark blue |
| 2 | 0, 128, 0 | Dark green |
| 3 | 0, 128, 128 | Blue green |
| 4 | 128, 0, 0 | Red |
| 5 | 128, 0, 128 | Purple |
| 6 | 128, 128, 0 | Olive |
| 7 | 128, 128, 128 | Gray |
| 8 | 192, 192, 192 | Light gray |
| 9 | 0, 0, 255 | Blue |
| 10 | 0, 255, 0 | Green |
| 11 | 0, 255, 255 | Turquoise |
| 12 | 255, 0, 0 | Red |
| 13 | 255, 0, 255 | Pink |
| 14 | 255, 255, 0 | Yellow |
| 15 | 255, 255, 255 | White |