Skip to contents

Unload image from CPU memory (RAM).

Usage

unload_image(image)

Arguments

image

An image.

Note

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

void UnloadImage(Image image);

Examples

if (FALSE) {
unload_image(gen_image_color(100, 100, "blue"))
}