Skip to contents

Clear image background with given color.

Usage

image_clear_background(dst, color)

Arguments

dst

An image.

color

A color.

Note

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

void ImageClearBackground(Image *dst, Color color);