DevIL Documentation Previous | ILU | Next

 

iluRotate

 

iluRotate simply rotates an image about the center by Angle degrees. The background where there is space left by the rotation will be set to the clear colour.

 

ILboolean iluRotate(
  ILfloat Angle );


Parameters

 
Angle
Angle in degrees to rotate the image.


Values

 
ILU_VENDOR
Describes the OpenILU vendor.
ILU_VERSION_NUM
Use iluGetInteger with ILU_VERSION_NUM to check for version differences instead.

See Also

 
ilClearColour, iluRotate3D,