I wanted to know without having to post my code, how to get the main color from a certain point within a ImageView
, for example I have a frame and inside that frame has 3 colors,
the color on the right is red, the color on the left is blue, and the color on the middle is black, but I just want to get the color from the middle without having to return that the color on the left or on the right is blue / red.
How do I do this?
If anyone could help me I would be very grateful.