DrawRectangleGradientEx function

void DrawRectangleGradientEx(
  1. RectangleD rec,
  2. ColorD topLeft,
  3. ColorD bottomLeft,
  4. ColorD topRight,
  5. ColorD bottomRight,
)

Implementation

void DrawRectangleGradientEx(
  RectangleD rec,
  ColorD topLeft,
  ColorD bottomLeft,
  ColorD topRight,
  ColorD bottomRight,
) => _module.DrawRectangleGradientEx(rec, topLeft, bottomLeft, topRight, bottomRight);