DrawRectangleGradientEx method

String DrawRectangleGradientEx(
  1. RectangleBase<RectangleBase> rec,
  2. ColorBase<ColorBase> topLeft,
  3. ColorBase<ColorBase> bottomLeft,
  4. ColorBase<ColorBase> topRight,
  5. ColorBase<ColorBase> bottomRight,
)

Implementation

String DrawRectangleGradientEx(
  RectangleBase rec,
  ColorBase topLeft,
  ColorBase bottomLeft,
  ColorBase topRight,
  ColorBase bottomRight,
) => 'DrawRectangleGradientEx($rec, $topLeft, $bottomLeft, $topRight, $bottomRight)';