Skip to contents

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

Usage

image_dither(image, r_bpp, g_bpp, b_bpp, a_bpp)

Arguments

image

An image.

r_bpp

An integer.

g_bpp

An integer.

b_bpp

An integer.

a_bpp

An integer.

Note

This function has been auto-generated from the following Raylib function definition:

void ImageDither(Image *image, int rBpp, int gBpp, int bBpp, int aBpp);