Skip to content

raylib.ImageRotateCCW

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Rotate image counter-clockwise 90deg

Parameters

Parameter Default Value Note
image

Return value

None.

Notes

Example

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

Clone this wiki locally