Rotate image in degrees
None.
img = raylib.GenImageColor(64, 32, raylib.RED) raylib.ImageRotate img, 45 raylib.UnloadImage img
There was an error while loading. Please reload this page.