Microsoft DirectX 8.0 (Visual Basic)

DICOLORSET

Describes a set of colors used to draw the device configuration user interface. It is part of the DICONFIGUREDEVICESPARAMS TYPE.

Type DICOLORSET 
    cAreaFill As Long
    cBorder As Long
    cCalloutHighlight As Long
    cCalloutLine As Long
    cControlFill As Long
    cHighlightFill As Long
    cTextFore As Long
    cTextHighlight As Long
End Type
 

Members

cAreaFill
Fill color for areas outside controls such as tabs and buttons.
cBorder
Border color, used to display lines around controls such as tabs and buttons.
cCalloutHighlight
Color used to display callout lines.
cCalloutLine
Color used to display callout lines.
cControlFill
Fill color for controls such as tabs and buttons.
cHighlightFill
Fill color for highlighted controls.
cTextFore
Foreground text color.
cTextHighlight
Foreground color for highlighted text.

Remarks

Text background color is always transparent.