SetBgColor
The SetBgColor function creates a solid brush with given color.
SetBgColor
nColor
Parameters
-
nColor
-
The number of color in the palette to set as background color for
filling shapes.
Remarks
This function is equivalent the calling of CreateBrush with
the following parameters:
CreateBrush "BS_SOLID",nColor,""