draw-rectangle-gradient-ex ( rec topLeft bottomLeft topRight bottomRight -- )


Vocabulary
raylib

Inputs
reca Rectangle
topLefta Color
bottomLefta Color
topRighta Color
bottomRighta Color


Outputs
None

Word description
Draw a gradient-filled rectangle with custom vertex colors

Definition


LIBRARY: raylib FUNCTION-ALIAS: draw-rectangle-gradient-ex
void DrawRectangleGradientEx
( Rectangle rec, Color topLeft, Color bottomLeft, Color
topRight, Color bottomRight )