DevIL Documentation Previous | ILU | Next

 

iluGammaCorrectInter

 

reater than 1.0, the image is brightened. It uses interpolation so it's slower then iluGammaCorrectScale

 

ILboolean iluGammaCorrectInter(
  ILfloat Gamma );


Parameters

 
Gamma
Gamma correction.


Errors

 
ILU_ILLEGAL_OPERATION
The operation attempted is not allowable in the current state. The function returns with no ill side effects. Generally there is currently no image bound or it has been deleted via ilDeleteImages. You should use ilGenImages and ilBindImage before calling the function.
ILU_OUT_OF_MEMORY
Could not allocate enough memory in an operation

See Also

 
ilBindImages, ilGenImages, iluGammaCorrectScale,