We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Unload color data loaded with LoadImageColors()
None.
img = raylib.LoadImage("sprite.png") colors = raylib.LoadImageColors(img) print "Pixel count: " + colors.len raylib.UnloadImageColors colors raylib.UnloadImage img
There was an error while loading. Please reload this page.