Searched defs:_FWLCOLOR (Results 1 – 1 of 1) sorted by relevance
27 typedef struct _FWLCOLOR { struct38 _FWLCOLOR() { color = 0; } in _FWLCOLOR() argument39 _FWLCOLOR(FX_DWORD c) { color = c; } in _FWLCOLOR() argument40 _FWLCOLOR(const _FWLCOLOR& c) { color = c.color; } in _FWLCOLOR() function44 operator FX_DWORD() { return color; } in FX_DWORD()