5#ifndef __I_GUI_COLOR_SELECT_DIALOG_H_INCLUDED__
6#define __I_GUI_COLOR_SELECT_DIALOG_H_INCLUDED__
IGUIColorSelectDialog(IGUIEnvironment *environment, IGUIElement *parent, s32 id, core::rect< s32 > rectangle)
constructor
IGUIElement(EGUI_ELEMENT_TYPE type, IGUIEnvironment *environment, IGUIElement *parent, s32 id, const core::rect< s32 > &rectangle)
Constructor.
GUI Environment. Used as factory and manager of all other GUI elements.
The gui namespace contains useful classes for easy creation of a graphical user interface.
@ EGUIET_COLOR_SELECT_DIALOG
A color select open dialog (IGUIColorSelectDialog).
Everything in the Irrlicht Engine can be found in this namespace.
signed int s32
32 bit signed variable.