ImageDrawing extension

on
  • Image

Methods

drawContour(Contour contour, Color color, bool filled) → Image

Available on Image, provided by the ImageDrawing extension

drawContours(List<Contour> contours, Color color, {bool filled = true}) → Image

Available on Image, provided by the ImageDrawing extension

drawContours_withRandomColor(List<Contour> contours, {bool filled = true}) → Image

Available on Image, provided by the ImageDrawing extension