Skip to content

raylib.ImageRotate

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Rotate image in degrees

Parameters

Parameter Default Value Note
image
degrees

Return value

None.

Notes

Example

img = raylib.GenImageColor(64, 32, raylib.RED)
raylib.ImageRotate img, 45
raylib.UnloadImage img

Clone this wiki locally