Handbook
Glossary
draw-rectangle-gradient-h ( posX posY width height left right -- )
Vocabulary
raylib
Inputs
posX
an
int
posY
an
int
width
an
int
height
an
int
left
a
Color
right
a
Color
Outputs
None
Word description
Draw a horizontal-gradient-filled rectangle
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-rectangle-gradient-h
void DrawRectangleGradientH
(
int
posX,
int
posY,
int
width,
int
height,
Color
left,
Color
right )