Handbook
Glossary
image-alpha-clear ( image color threshold -- )
Vocabulary
raylib
Inputs
image
a
pointer
to a
Image
color
a
Color
threshold
a
float
Outputs
None
Word description
Clear alpha channel to desired color
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
image-alpha-clear
void
ImageAlphaClear
( Image* image,
Color
color,
float
threshold )