The CreateSolidBrush function creates a logical brush that has the specified solid color.
HBRUSH CreateSolidBrush( COLORREF color );
int CreateSolidBrush(int color) => _CreateSolidBrush(color);