Rotate image counter-clockwise 90deg
None.
img = raylib.GenImageColor(64, 32, raylib.RED) raylib.ImageRotateCCW img raylib.UnloadImage img
There was an error while loading. Please reload this page.