DrawRectangleGradientEx method
void
DrawRectangleGradientEx(
- RectangleC rec,
- ColorC topLeft,
- ColorC bottomLeft,
- ColorC topRight,
- ColorC bottomRight,
Implementation
void DrawRectangleGradientEx(
RectangleC rec,
ColorC topLeft,
ColorC bottomLeft,
ColorC topRight,
ColorC bottomRight,
) {
return _DrawRectangleGradientEx(
rec,
topLeft,
bottomLeft,
topRight,
bottomRight,
);
}