Searched refs:BackgroundColor (Results 1 – 2 of 2) sorted by relevance
646 wc.hbrBackground = CreateSolidBrush(PerfInfo->BackgroundColor); in CreatePerfWindows()876 PerfInfo.BackgroundColor = RGB(255, 255, 255); in wWinMain()902 SelectObject(PerfInfo.BackgroundDc, CreateSolidBrush(PerfInfo.BackgroundColor)); in wWinMain()903 SelectObject(PerfInfo.BackgroundDc, CreatePen(PS_SOLID, 0, PerfInfo.BackgroundColor)); in wWinMain()
28 COLORREF BackgroundColor; member