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_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. |
|
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.
|