java - Coloring with flood-fill method -


i use flood-fill method simple coloring game project on android. there coloring problem. try explain problem on following images.

this empty image:

enter image description here

when start paint anywhere in head, can paint everywhere in image this: enter image description here

but if start paint outside of head, cannot paint anywhere in image follows. enter image description here

if firstly paint outside of head, cannot paint anywhere (eyes, skin, nostrils, ...)

do know problem?

the method used : https://stackoverflow.com/a/16968484/915626

thanks!


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -