Function rust_raylib::ffi::ImageDither
source · pub unsafe extern "C" fn ImageDither(
image: *mut Image,
rBpp: c_int,
gBpp: c_int,
bBpp: c_int,
aBpp: c_int
)
Expand description
Dither image data to 16bpp or lower (Floyd-Steinberg dithering)