ImageDrawTriangleEx abstract method

void ImageDrawTriangleEx(
  1. ImageStructType dst,
  2. Vector2StructType v1,
  3. Vector2StructType v2,
  4. Vector2StructType v3,
  5. ColorStructType c1,
  6. ColorStructType c2,
  7. ColorStructType c3,
)

Implementation

void ImageDrawTriangleEx(
  ImageStructType dst,
  Vector2StructType v1,
  Vector2StructType v2,
  Vector2StructType v3,
  ColorStructType c1,
  ColorStructType c2,
  ColorStructType c3,
);