We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.