ImDrawList_PathFillConvex function

void ImDrawList_PathFillConvex(
  1. Pointer<ImDrawList> self,
  2. int col
)
void ImDrawList_PathFillConvex(
 ImDrawList* self ,
 uint col
);

Implementation

void ImDrawList_PathFillConvex(Pointer<ImDrawList> self, int col) =>
    _ImDrawList_PathFillConvex(self, col);