Skip to contents

Generate image: vertical gradient.

Usage

gen_image_gradient_v(width, height, top, bottom)

Arguments

width

An integer.

height

An integer.

top

A color.

bottom

A color.

Value

An image

Note

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

Image GenImageGradientV(int width, int height, Color top, Color bottom);