I'm trying to recreate functionality which is similar to this: using Ionic.
The screenshot demonstrates an inner circle on a live camera preview which grabs the colour along with an outer circle which shows the colour of the pixel currently being looked at.
I have the live camera preview working with overlays however I don't know where to begin with grabbing a colour from a particular spot on the screen.
I understand you can take a photo and grab the colours that way but that isn't the functionality I was after, I was looking at something which allows me to see the results in real-time.
Can this functionality be achieved? If so, how can I do this?