We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Modify image color: tint
None.
img = raylib.LoadImage("sprite.png") // Tint the image red raylib.ImageColorTint img, raylib.RED raylib.ExportImage img, "sprite_red.png" raylib.UnloadImage img
There was an error while loading. Please reload this page.