hgeGUIObject::SetColor

Is called when user requests to change the control's color.

virtual void SetColor(
  DWORD color
);

Parameters

color
Is the requested color.

Remarks

hgeGUIObject has default implementation, so you could not redefine this method if you don't need it.

Requirements

Header: hgegui.h

See also

hgeGUI::SetColor