Skip to contents

Generate image: horizontal gradient.

Usage

gen_image_gradient_h(width, height, left, right)

Arguments

width

An integer.

height

An integer.

left

A color.

right

A color.

Value

An image

Note

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

Image GenImageGradientH(int width, int height, Color left, Color right);