Re: pixel colour on screen

2008-07-26 Thread Tim Roberts
chris <[EMAIL PROTECTED]> wrote: >On Jun 30, 4:37 am, Tim Roberts <[EMAIL PROTECTED]> wrote: >> [EMAIL PROTECTED] wrote: >> >> >Could anyone help me, I'm a python noob and need some help. im trying >> >to find some code that will, given ascreenco-ordinate, will give me >> >thecolourof thatpixelin

Re: pixel colour on screen

2008-07-26 Thread chris
On Jun 30, 4:37 am, Tim Roberts <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > >Could anyone help me, I'm a python noob and need some help. im trying > >to find some code that will, given ascreenco-ordinate, will give me > >thecolourof thatpixelin RGB. i have found a lot about getting th

Re: pixel colour on screen

2008-06-29 Thread Tim Roberts
[EMAIL PROTECTED] wrote: > >Could anyone help me, I'm a python noob and need some help. im trying >to find some code that will, given a screen co-ordinate, will give me >the colour of that pixel in RGB. i have found a lot about getting the >pixel colour from a picture file with a given co-ordinate,

Re: pixel colour on screen

2008-06-29 Thread Irmen de Jong
Dennis Lee Bieber wrote: On Sat, 28 Jun 2008 11:47:46 -0700 (PDT), [EMAIL PROTECTED] declaimed the following in comp.lang.python: Could anyone help me, I'm a python noob and need some help. im trying to find some code that will, given a screen co-ordinate, will give me the colour of that pixel

pixel colour on screen

2008-06-28 Thread cjstuttle
Could anyone help me, I'm a python noob and need some help. im trying to find some code that will, given a screen co-ordinate, will give me the colour of that pixel in RGB. i have found a lot about getting the pixel colour from a picture file with a given co-ordinate, but is it possible to do it fr