draw-rectangle-gradient-h ( posX posY width height color1 color2 -- )


Vocabulary
raylib

Inputs
posXan int
posYan int
widthan int
heightan int
color1a Color
color2a Color


Outputs
None

Word description
Draw a horizontal-gradient-filled rectangle

Definition


LIBRARY: raylib FUNCTION-ALIAS: draw-rectangle-gradient-h
void DrawRectangleGradientH
( int posX, int posY, int width, int height, Color color1,
Color color2 )