DrawRectangleGradientEx abstract method

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

Implementation

void DrawRectangleGradientEx(
  RectangleStructType rec,
  ColorStructType topLeft,
  ColorStructType bottomLeft,
  ColorStructType topRight,
  ColorStructType bottomRight,
);