COLORREF SetBkColor( COLORREF cr );
Return Value
The previous background color if successful; otherwise CLR_NONE.
Parameters
cr
Background color to set. It can be CLR_NONE. In that case, images are drawn transparently using the mask.
Remarks
Call this function to set the background color for an image list.
CImageList Overview | Class Members | Hierarchy Chart
See Also CImageList::GetBkColor, COLORREF