Skip to contents

Apply alpha mask to image.

Usage

image_alpha_mask(image, alpha_mask)

Arguments

image

An image.

alpha_mask

An image.

Note

This function has been auto-generated from the following Raylib function definition:

void ImageAlphaMask(Image *image, Image alphaMask);