Handbook
Glossary
gen-image-gradient-v ( width height top bottom -- Image )
Vocabulary
raylib
Inputs
width
an
int
height
an
int
top
a
Color
bottom
a
Color
Outputs
Image
a
Image
Word description
Generate image: vertical gradient
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
gen-image-gradient-v
Image
GenImageGradientV
(
int
width,
int
height,
Color
top,
Color
bottom )