We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Export image data to file NOTE: File format depends on fileName extension
img = raylib.GenImageColor(64, 64, raylib.RED) raylib.ExportImage img, "red.png" raylib.UnloadImage img
There was an error while loading. Please reload this page.