Handbook
Glossary
get-image-alpha-border ( image threshold -- Rectangle )
Vocabulary
raylib
Inputs
image
a
Image
threshold
a
float
Outputs
Rectangle
a
Rectangle
Word description
Get image alpha border rectangle
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
get-image-alpha-border
Rectangle GetImageAlphaBorder
(
Image
image,
float
threshold )