Skip to contents

Generate image: square gradient.

Usage

gen_image_gradient_square(width, height, density, inner, outer)

Arguments

width

An integer.

height

An integer.

density

A number.

inner

A color.

outer

A color.

Value

An image

Note

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

Image GenImageGradientSquare(int width, int height, float density, Color inner, Color outer);

Examples

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