#include <gandalf/image/image_defs.h>Go to the source code of this file.
Functions | |
| Gan_Image * | gan_image_composite_i (Gan_Image *image, const Gan_Image *source_with_alpha, const Gan_Image *source_mask) |
| Macro: Composite with overwriting. | |
| Gan_Image * | gan_image_composite_s (Gan_Image *image, const Gan_Image *source_with_alpha, const Gan_Image *source_mask) |
| Macro: Composite into a new image. | |
| Gan_Image * | gan_image_blend_i (Gan_Image *image, const Gan_Image *source2, const Gan_Image *alpha, Gan_Bool invert_alpha, const Gan_Image *mask) |
| Macro: Blend with overwriting. | |
| Gan_Image * | gan_image_blend_s (Gan_Image *image, const Gan_Image *source2, const Gan_Image *alpha, Gan_Bool invert_alpha, const Gan_Image *mask) |
| Macro: Blend images into a new image. | |
Part of: Gandalf Library
1.3.9.1