Skip to contents

Get image alpha border rectangle.

Usage

get_image_alpha_border(image, threshold)

Arguments

image

An image.

threshold

A number.

Value

A rectangle

Note

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

Rectangle GetImageAlphaBorder(Image image, float threshold);