ImageRotate function

void ImageRotate(
  1. StructPointer<ImageD> image,
  2. int degrees
)

See RaylibCoreFlatModule.ImageRotate.

Implementation

void ImageRotate(
  StructPointer<ImageD> image,
  int degrees,
) => _module.ImageRotate(image, degrees);