Re: [Tkinter-discuss] Canvas pixels

2006-07-03 Thread Michael Lange
On Mon, 3 Jul 2006 15:22:13 + Cameron Laird <[EMAIL PROTECTED]> wrote: > On Sat, Jul 01, 2006 at 08:19:29AM -0500, Jeff Epler wrote: > . > . > . > > > is there a way to get the RGB color, pixel by pixel, of a tkinter.Canvas? > >

Re: [Tkinter-discuss] Canvas pixels

2006-07-03 Thread Cameron Laird
On Sat, Jul 01, 2006 at 08:19:29AM -0500, Jeff Epler wrote: . . . > > is there a way to get the RGB color, pixel by pixel, of a tkinter.Canvas? > > No, tk doesn't provide a way to do this. .

Re: [Tkinter-discuss] Canvas pixels

2006-07-01 Thread Jeff Epler
On Fri, Jun 30, 2006 at 11:31:24PM -0400, [EMAIL PROTECTED] wrote: > is there a way to get the RGB color, pixel by pixel, of a tkinter.Canvas? No, tk doesn't provide a way to do this. Jeff ___ Tkinter-discuss mailing list Tkinter-discuss@python.org http

[Tkinter-discuss] Canvas pixels

2006-06-30 Thread jaba
is there a way to get the RGB color, pixel by pixel, of a tkinter.Canvas? Thank You ___ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss