image-alpha-clear ( image color threshold -- )


Vocabulary
raylib

Inputs
imagea pointer to a Image
colora Color
thresholda float


Outputs
None

Word description
Clear alpha channel to desired color

Definition


LIBRARY: raylib FUNCTION-ALIAS: image-alpha-clear void
ImageAlphaClear
( Image* image, Color color, float threshold )