DevIL Documentation Home | Previous | Next

iluEmboss

The iluEmboss function emboss an image.


ILboolean iluEmboss(
  ILvoid
);

Parameters

None

Remarks

iluEmboss embosses an image, causing it to have a "relief" feel to it.

Error Codes

ILU_ILLEGAL_OPERATION - There is currently no image bound. Use ilGenImages and ilBindImage before calling this function.

See Also

ilGenImages, ilBindImage