DevIL Documentation | Home | Previous | Next |
These functions return the value of a selected mode.
ILboolean ilutGetBoolean(
ILenum Mode
);
ILvoid ilutGetBooleanv(
ILenum Mode,
ILboolean *Param
);
ILboolean ilutGetInteger(
ILenum Mode
);
ILvoid ilutGetIntegerv(
ILenum Mode,
ILboolean *Param
);
The ilutGetBoolean and ilutGetInteger functions return the value of a selected mode. The ilutGetBooleanv and ilutGetIntegerv functions return the mode value in the Param parameter.
ILUT_INVALID_ENUM - Mode was an invalid enum.
ILUT_INVALID_PARAM - Param was NULL.
ilGetBoolean, ilGetBooleanv, ilGetInteger, ilGetIntegerv, iluGetInteger, iluGetIntegerv