I have a divided screen by squares and need to change their colors by touching with a finger continuously with pan gesture.
At first, I thought I could do that by getting position of my finger by pan handler and find which element is located in that location, so that I could change it's color. But it didn't work as I thought. I am stucked at this problem and wondering about your opinions.

