Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
image-alpha-clear ( image color threshold -- )
Vocabulary
raylib.ffi
Inputs and outputs
image
an
object
color
an
object
threshold
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib.ffi
LIBRARY:
raylib
FUNCTION-ALIAS:
image-alpha-clear
void
ImageAlphaClear
( Image* image,
Color
color,
float
threshold )