image-alpha-mask ( image alphaMask -- )


Vocabulary
raylib

Inputs
imagea pointer to a Image
alphaMaska Image


Outputs
None

Word description
Apply alpha mask to image

Definition


LIBRARY: raylib FUNCTION-ALIAS: image-alpha-mask void
ImageAlphaMask ( Image* image, Image alphaMask )