Handbook
Glossary
draw-rectangle-gradient-ex ( rec topLeft bottomLeft topRight bottomRight -- )
Vocabulary
raylib
Inputs
rec
a
Rectangle
topLeft
a
Color
bottomLeft
a
Color
topRight
a
Color
bottomRight
a
Color
Outputs
None
Word description
Draw a gradient-filled rectangle with custom vertex colors
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-rectangle-gradient-ex
void DrawRectangleGradientEx
(
Rectangle
rec,
Color
topLeft,
Color
bottomLeft,
Color
topRight,
Color
bottomRight )