Skip to contents

Generate image: radial gradient.

Usage

gen_image_gradient_radial(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 GenImageGradientRadial(int width, int height, float density, Color inner, Color outer);