DrawRectangleGradientEx method
void
DrawRectangleGradientEx(
- RectangleC rec,
- ColorC topLeft,
- ColorC bottomLeft,
- ColorC topRight,
- ColorC bottomRight,
Draw a gradient-filled rectangle with custom vertex colors
Implementation
void DrawRectangleGradientEx(RectangleC rec, ColorC topLeft, ColorC bottomLeft, ColorC topRight, ColorC bottomRight)
=> _DrawRectangleGradientEx(rec, topLeft, bottomLeft, topRight, bottomRight);