DevIL Documentation | Home | Previous | Next |
The iluWave function applies a sinusoidal wave to an image.
ILboolean iluWave(
ILfloat Angle);
iluWave applies a sine wave to the current image using a process described on this page.
ILU_ILLEGAL_OPERATION - There is currently no image bound. Use ilGenImages and ilBindImage before calling this function.