Classes |
struct | ILinfo |
struct | ILpointf |
struct | ILpointi |
Defines |
#define | __ilu_h_ |
#define | __ILU_H__ |
#define | ILU_VERSION_1_6_7 1 |
#define | ILU_VERSION 167 |
#define | ILU_FILTER 0x2600 |
#define | ILU_NEAREST 0x2601 |
#define | ILU_LINEAR 0x2602 |
#define | ILU_BILINEAR 0x2603 |
#define | ILU_SCALE_BOX 0x2604 |
#define | ILU_SCALE_TRIANGLE 0x2605 |
#define | ILU_SCALE_BELL 0x2606 |
#define | ILU_SCALE_BSPLINE 0x2607 |
#define | ILU_SCALE_LANCZOS3 0x2608 |
#define | ILU_SCALE_MITCHELL 0x2609 |
#define | ILU_INVALID_ENUM 0x0501 |
#define | ILU_OUT_OF_MEMORY 0x0502 |
#define | ILU_INTERNAL_ERROR 0x0504 |
#define | ILU_INVALID_VALUE 0x0505 |
#define | ILU_ILLEGAL_OPERATION 0x0506 |
#define | ILU_INVALID_PARAM 0x0509 |
#define | ILU_PLACEMENT 0x0700 |
#define | ILU_LOWER_LEFT 0x0701 |
#define | ILU_LOWER_RIGHT 0x0702 |
#define | ILU_UPPER_LEFT 0x0703 |
#define | ILU_UPPER_RIGHT 0x0704 |
#define | ILU_CENTER 0x0705 |
#define | ILU_CONVOLUTION_MATRIX 0x0710 |
#define | ILU_VERSION_NUM IL_VERSION_NUM |
#define | ILU_VENDOR IL_VENDOR |
#define | iluColorsUsed iluColoursUsed |
#define | iluSwapColors iluSwapColours |
#define | iluReplaceColor iluReplaceColour |
#define | iluScaleColor iluScaleColour |
Typedefs |
typedef struct ILinfo | ILinfo |
typedef struct ILpointf | ILpointf |
typedef struct ILpointi | ILpointi |
Functions |
ILAPI ILboolean ILAPIENTRY | iluAlienify (ILvoid) |
ILAPI ILboolean ILAPIENTRY | iluBlurAvg (ILuint Iter) |
ILAPI ILboolean ILAPIENTRY | iluBlurGaussian (ILuint Iter) |
ILAPI ILboolean ILAPIENTRY | iluBuildMipmaps (ILvoid) |
ILAPI ILuint ILAPIENTRY | iluColoursUsed (ILvoid) |
ILAPI ILboolean ILAPIENTRY | iluCompareImage (ILuint Comp) |
ILAPI ILboolean ILAPIENTRY | iluContrast (ILfloat Contrast) |
ILAPI ILboolean ILAPIENTRY | iluCrop (ILuint XOff, ILuint YOff, ILuint ZOff, ILuint Width, ILuint Height, ILuint Depth) |
ILAPI ILvoid ILAPIENTRY | iluDeleteImage (ILuint Id) |
ILAPI ILboolean ILAPIENTRY | iluEdgeDetectE (ILvoid) |
ILAPI ILboolean ILAPIENTRY | iluEdgeDetectP (ILvoid) |
ILAPI ILboolean ILAPIENTRY | iluEdgeDetectS (ILvoid) |
ILAPI ILboolean ILAPIENTRY | iluEmboss (ILvoid) |
ILAPI ILboolean ILAPIENTRY | iluEnlargeCanvas (ILuint Width, ILuint Height, ILuint Depth) |
ILAPI ILboolean ILAPIENTRY | iluEnlargeImage (ILfloat XDim, ILfloat YDim, ILfloat ZDim) |
ILAPI ILboolean ILAPIENTRY | iluEqualize (ILvoid) |
ILAPI const ILstring ILAPIENTRY | iluErrorString (ILenum Error) |
ILAPI ILboolean ILAPIENTRY | iluFlipImage (ILvoid) |
ILAPI ILboolean ILAPIENTRY | iluGammaCorrect (ILfloat Gamma) |
ILAPI ILuint ILAPIENTRY | iluGenImage (ILvoid) |
ILAPI ILvoid ILAPIENTRY | iluGetImageInfo (ILinfo *Info) |
ILAPI ILint ILAPIENTRY | iluGetInteger (ILenum Mode) |
ILAPI ILvoid ILAPIENTRY | iluGetIntegerv (ILenum Mode, ILint *Param) |
ILAPI const ILstring ILAPIENTRY | iluGetString (ILenum StringName) |
ILAPI ILvoid ILAPIENTRY | iluImageParameter (ILenum PName, ILenum Param) |
ILAPI ILvoid ILAPIENTRY | iluInit (ILvoid) |
ILAPI ILboolean ILAPIENTRY | iluInvertAlpha (ILvoid) |
ILAPI ILuint ILAPIENTRY | iluLoadImage (const ILstring FileName) |
ILAPI ILboolean ILAPIENTRY | iluMirror (ILvoid) |
ILAPI ILboolean ILAPIENTRY | iluNegative (ILvoid) |
ILAPI ILboolean ILAPIENTRY | iluNoisify (ILclampf Tolerance) |
ILAPI ILboolean ILAPIENTRY | iluPixelize (ILuint PixSize) |
ILAPI ILvoid ILAPIENTRY | iluRegionfv (ILpointf *Points, ILuint n) |
ILAPI ILvoid ILAPIENTRY | iluRegioniv (ILpointi *Points, ILuint n) |
ILAPI ILboolean ILAPIENTRY | iluReplaceColour (ILubyte Red, ILubyte Green, ILubyte Blue, ILfloat Tolerance) |
ILAPI ILboolean ILAPIENTRY | iluRotate (ILfloat Angle) |
ILAPI ILboolean ILAPIENTRY | iluRotate3D (ILfloat x, ILfloat y, ILfloat z, ILfloat Angle) |
ILAPI ILboolean ILAPIENTRY | iluSaturate1f (ILfloat Saturation) |
ILAPI ILboolean ILAPIENTRY | iluSaturate4f (ILfloat r, ILfloat g, ILfloat b, ILfloat Saturation) |
ILAPI ILboolean ILAPIENTRY | iluScale (ILuint Width, ILuint Height, ILuint Depth) |
ILAPI ILboolean ILAPIENTRY | iluScaleColours (ILfloat r, ILfloat g, ILfloat b) |
ILAPI ILboolean ILAPIENTRY | iluSharpen (ILfloat Factor, ILuint Iter) |
ILAPI ILboolean ILAPIENTRY | iluSwapColours (ILvoid) |
ILAPI ILboolean ILAPIENTRY | iluWave (ILfloat Angle) |