ImageFormat function

void ImageFormat(
  1. StructPointer<ImageD> image,
  2. int newFormat
)

See RaylibCoreFlatModule.ImageFormat.

Implementation

void ImageFormat(
  StructPointer<ImageD> image,
  int newFormat,
) => _module.ImageFormat(image, newFormat);