ImageDither function
See RaylibCoreFlatModule.ImageDither.
Implementation
void ImageDither(
StructPointer<ImageD> image,
int rBpp,
int gBpp,
int bBpp,
int aBpp,
) => _module.ImageDither(image, rBpp, gBpp, bBpp, aBpp);
See RaylibCoreFlatModule.ImageDither.
void ImageDither(
StructPointer<ImageD> image,
int rBpp,
int gBpp,
int bBpp,
int aBpp,
) => _module.ImageDither(image, rBpp, gBpp, bBpp, aBpp);