image-dither ( image rBpp gBpp bBpp aBpp -- )


Vocabulary
raylib

Inputs
imagea pointer to a Image
rBppan int
gBppan int
bBppan int
aBppan int


Outputs
None

Word description
Dither image data to 16bpp or lower (Floyd-Steinberg dithering)

Definition


LIBRARY: raylib FUNCTION-ALIAS: image-dither void
ImageDither
( Image* image, int rBpp, int gBpp, int bBpp, int aBpp )