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