Re: Tkinter - pixel or widget color

2005-04-04 Thread Jeff Epler
On Mon, Apr 04, 2005 at 10:43:11AM +0200, pavel.kosina wrote: > I would need to get at canvas pixel color under certain moving widget or > better (= faster?) colors/"types" of underlying static widgets that are > of polygon shape (not rectangle). I don't believe this information is available any

Tkinter - pixel or widget color

2005-04-04 Thread pavel.kosina
I would need to get at canvas pixel color under certain moving widget or better (= faster?) colors/"types" of underlying static widgets that are of polygon shape (not rectangle). How to arrange it without using higher math that must have to compute actual distance of each of point on a polygon?