The COMPCOLOR structure contains color settings for a composition string.
typedef struct {
COLORREF crText;
COLORREF crBackground;
DWORD dwEffects;
} COMPCOLOR;
Members
crText
Color of text.
crBackground
Color of background.
dwEffects
Character effect values as described for the dwEffects member in the CHARFORMAT structure.
See Also