Main Page   Modules   Compound List   File List   Compound 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 in 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 Mon Oct 13 16:14:51 2003 by doxygen1.3-rc1