ImageDrawTriangleFan abstract method

void ImageDrawTriangleFan(
  1. ImageStructType dst,
  2. List<Vector2StructType> points,
  3. ColorStructType color
)

Draw a triangle fan defined by points within an image (first vertex is the center)

Implementation

void ImageDrawTriangleFan(
  ImageStructType dst,
  List<Vector2StructType> points,
  ColorStructType color,
);