Main Page | Modules | Class List | File List | Class Members | File Members

Invert an Image
[Image Package]


Functions

Gan_Imagegan_image_invert_q (Gan_Image *source, Gan_Image *dest)
 Inverts an image.
Gan_Imagegan_image_invert_s (Gan_Image *source)
 Macro: Inverts an image.
Gan_Imagegan_image_invert_i (Gan_Image *image)
 Macro: Inverts an image.

Function Documentation

Gan_Image* gan_image_invert_i Gan_Image image  ) 
 

Macro: Inverts an image.

Parameters:
image The input/output image
Returns:
Pointer to the inverted image, or NULL on failure.
Inverts an image in-place. This is a macro call to gan_image_invert_q().

See also:
gan_image_invert_q().

Gan_Image * gan_image_invert_q Gan_Image source,
Gan_Image dest
 

Inverts an image.

Parameters:
source The input image
dest The destination image
Returns:
Pointer to the inverted image, or NULL on failure.
Inverts image source into result image dest.

See also:
gan_image_invert_q().

Gan_Image* gan_image_invert_s Gan_Image source  ) 
 

Macro: Inverts an image.

Parameters:
source The input image
Returns:
Pointer to the inverted image, or NULL on failure.
Inverts an image. This is a macro call to gan_image_invert_q().

See also:
gan_image_invert_q().


Generated on Fri Mar 17 12:45:01 2006 by  doxygen 1.3.9.1