-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
Description
one thing I'm trying to make the user get list of the colors he used to color his room walls i can just record the selected colors but if the user erased the color then it should not be in the list do u have i a way to do it without effect the performance and read the pixels colors again #7 (comment)
iterating through all the colors in pixels[] array should be ok (not too slow),
so could use that to collect which colors are used in drawing.. i can test it also.