Functions | |
Gan_Image * | gan_image_composite_q (Gan_Image *source, const Gan_Image *source_with_alpha, const Gan_Image *source_mask, Gan_Image *dest) |
Macro: Composite images. | |
Gan_Image * | gan_image_blend_q (Gan_Image *source1, const Gan_Image *source2, const Gan_Image *alpha, Gan_Bool invert_alpha, const Gan_Image *mask, Gan_Image *dest) |
Macro: Blend images. | |
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. |
|
Macro: Blend with overwriting.
|
|
Macro: Blend images.
|
|
Macro: Blend images into a new image.
|
|
Macro: Composite with overwriting.
NULL , only pixels in the mask are composited.
|
|
Macro: Composite images.
|
|
Macro: Composite into a new image.
NULL , only pixels in the mask are composited.
|