Mouse movement click event -color-:

can it be, you’re looking for the color values of the pixel you clicked ?
(instead of drawing a point of some color)

that would be a simple: print(img[y,x})

1 Like