| Constant |
Value |
Explanation |
| clXXXXX |
$XXXXXXXX |
see declaration of color constants |
| IsLightEd |
- |
see description |
| MaxPreDefColors |
47 |
Number of colors defined in the constant array PredefinedColors (see below). |
| NumStandardColors |
20 |
The colors 1..NumStandardColors of the constant array PredefinedColors are the standard Windows colors. |
| NumVGAColors |
16 |
The colors 1..NumVGAColors of the constant array PredefinedColors are the standard VGA colors. |
| PredefinedColors |
PredefinedColors : array [1..MaxPreDefColors] of TColor = (..) |
The constant array PredefinedColors contains the Windows colors in the same order as they are offered by many Windows dialogs. You may use the constants NumVGAColors and NumStandardColors to restrict the color list to "real" colors (all colors above NumStandardColors are Windows system colors which depend on the system settings. |
| Release |
- |
see description |
| SDLVersionInfo |
- |
see description |