Skip to contents

Generate image: plain color.

Usage

gen_image_color(width, height, color)

Arguments

width

An integer.

height

An integer.

color

A color.

Value

An image

Note

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

Image GenImageColor(int width, int height, Color color);

Examples

if (FALSE) {
gen_image_color(800L, 450L, "red")
}