Handbook
Glossary
get-image-color ( image x y -- Color )
Vocabulary
raylib
Inputs
image
a
Image
x
an
int
y
an
int
Outputs
Color
a
Color
Word description
Get image pixel color at (x, y) position
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
get-image-color
Color
GetImageColor (
Image
image,
int
x,
int
y )