The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



PredefinedColors


Unit: SDL_sdlcolors
Class: none
Declaration:
PredefinedColors : array [1..MaxPreDefColors] of TColor =
   (clBlack, clMaroon, clGreen, clOlive, clNavy,
    clPurple, clTeal, clGray, clSilver, clRed,
    clLime, clYellow, clBlue, clFuchsia, clAqua,
    clWhite, clMoneyGreen, clSkyBlue, clCream,
    clMedGray, clActiveBorder, clActiveCaption,
    clAppWorkSpace, clBackground, clBtnFace,
    clBtnHighlight, clBtnShadow, clBtnText,
    clCaptionText, clDefault, clGrayText,
    clHighLight, clHighLightText, clInactiveBorder,
    clInactiveCaption, clInactiveCaptionText, clInfoBk,
    clInfoText, clMenu, clMenuText, clNone, clScrollBar,
    cl3DDkShadow, cl3DLight, clWindow, clWindowFrame,
    clWindowText);

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.



Last Update: 2023-Feb-06