ImageDither method
Dither image data to 16bpp or lower (Floyd-Steinberg dithering)
Implementation
void ImageDither(Pointer<ImageC> image, int rBpp, int gBpp, int bBpp, int aBpp)
=> _ImageDither(image, rBpp, gBpp, bBpp, aBpp);
Dither image data to 16bpp or lower (Floyd-Steinberg dithering)
void ImageDither(Pointer<ImageC> image, int rBpp, int gBpp, int bBpp, int aBpp)
=> _ImageDither(image, rBpp, gBpp, bBpp, aBpp);