ImageRotateCCW function

void ImageRotateCCW(
  1. StructPointer<ImageD> image
)

See RaylibCoreFlatModule.ImageRotateCCW.

Implementation

void ImageRotateCCW(
  StructPointer<ImageD> image,
) => _module.ImageRotateCCW(image);