ImageColorInvert function

void ImageColorInvert(
  1. StructPointer<ImageD> image
)

See RaylibCoreFlatModule.ImageColorInvert.

Implementation

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