DrawRectangleGradientEx function
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,
) => _module.DrawRectangleGradientEx(rec, topLeft, bottomLeft, topRight, bottomRight);