Handbook
Glossary
image-dither ( image rBpp gBpp bBpp aBpp -- )
Vocabulary
raylib
Inputs
image
a
pointer
to a
Image
rBpp
an
int
gBpp
an
int
bBpp
an
int
aBpp
an
int
Outputs
None
Word description
Dither image data to 16bpp or lower (Floyd-Steinberg dithering)
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
image-dither
void
ImageDither
( Image* image,
int
rBpp,
int
gBpp,
int
bBpp,
int
aBpp )