How to create a coloring app? #1927
Unanswered
MC-HaoPhan
asked this question in
Q&A
Replies: 1 comment 6 replies
-
You can use masks to make sure the color doesn't spill out refer to |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I'm looking to create a coloring app. Currently, I'm using Paths to create the drawing strokes and a PNG image as the background. However, there are cases where the coloring spills over the edges of the image. After studying some apps, I noticed that they handle coloring in a way that it only applies within the initially colored area and doesn't spill outside. Does anyone have any ideas on how to achieve this? Thanks, everyone.
My application currently:

My code:

Beta Was this translation helpful? Give feedback.
All reactions