Skip to contents

Crop image depending on alpha value.

Usage

image_alpha_crop(image, threshold)

Arguments

image

An image.

threshold

A number.

Note

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

void ImageAlphaCrop(Image *image, float threshold);