Skip to content

raylib.ImageRotateCW

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Rotate image clockwise 90deg

Parameters

Parameter Default Value Note
image

Return value

None.

Notes

Example

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

Clone this wiki locally