Color Constant

Taken from the Delphi 5 Help File:

The following table lists the color constants from the Graphics unit. The first two columns list the colors that map to the closest matching color in the system palette, while the last two columns list the colors that are defined in the Windows Control panel.

Value Meaning Value Meaning
clAqua Aqua clBackground Current background color of the Windows desktop
clBlack Black clActiveCaption Current color of the title bar of the active window
clBlue Blue clInactiveCaption Current color of the title bar of inactive windows
clDkGray Dark Gray clMenu Current background color of menus
clFuchsia Fuchsia clWindow Current background color of windows
clGray Gray clWindowFrame Current color of window frames
clGreen Green clMenuText Current color of text on menus
clLime Lime green clWindowText Current color of text in windows
clLtGray Light Gray clCaptionText Current color of the text on the title bar of the active window
clMaroon Maroon clActiveBorder Current border color of the active window
clNavy Navy blue clInactiveBorder Current border color of inactive windows
clOlive Olive green clAppWorkSpace Current color of the application workspace
clPurple Purple clHighlight Current background color of selected text
clRed Red clHightlightText Current color of selected text
clSilver Silver clBtnFace Current color of a button face
clTeal Teal clBtnShadow Current color of a shadow cast by a button
clWhite White clGrayText Current color of text that is dimmed
clYellow Yellow clBtnText Current color of text on a button
    clInactiveCaptionText Current color of the text on the title bar of an inactive window
    clBtnHighlight Current color of the highlighting on a button
    cl3DDkShadow Dark shadow for three-dimensional display elements
    cl3DLight Light color for three-dimensional display elements (for edges facing the light source)
    clInfoText Text color for tool tip controls
    clInfoBk Background color for tool tip controls