Get image pixel color at (x, y) position
img = raylib.GenImageColor(64, 64, raylib.GREEN) c = raylib.GetImageColor(img, 10, 10) print c // should be GREEN raylib.UnloadImage img
There was an error while loading. Please reload this page.