COLORREF color =RGB(120,250,110);
int r = GetRValue(color);
int g = GetGValue(color);
int b = GetBValue(color);
COLORREF color =RGB(120,250,110);
int r = GetRValue(color);
int g = GetGValue(color);
int b = GetBValue(color);