Skip to contents

Clear alpha channel to desired color.

Usage

image_alpha_clear(image, color, threshold)

Arguments

image

An image.

color

A color.

threshold

A number.

Note

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

void ImageAlphaClear(Image *image, Color color, float threshold);