get-image-color ( image x y -- Color )


Vocabulary
raylib

Inputs
imagea Image
xan int
yan int


Outputs
Colora Color


Word description
Get image pixel color at (x, y) position

Definition