Skip to contents

Rotate image counter-clockwise 90deg.

Usage

image_rotate_ccw(image)

Arguments

image

An image.

Note

This function has been auto-generated from the following Raylib function definition:

void ImageRotateCCW(Image *image);