JaCraig / Structure.Sketching

Image processing library for use in .Net applications that supports .Net Core.
Apache License 2.0
84 stars 5 forks source link

Add a flood fill algorithm based on background color #15

Closed JaCraig closed 8 years ago

JaCraig commented 8 years ago

Basically take the color of the pixel that is specified and an offset, anything in that range gets changed by the flood fill algorithm.