DevIL Documentation Home | Previous | Next

iluWave

The iluWave function applies a sinusoidal wave to an image.

ILboolean iluWave(
  ILfloat Angle);


Parameters

Angle
Value in degrees to "wave" the image.


Remarks

iluWave applies a sine wave to the current image using a process described on this page.

Error Codes

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

See Also

ilGenImages, ilBindImage