Re: [Gambas-user] Reading RGB(A) values of screen pixels

2013-11-21 Thread Fabien Bodard
you need that : http://gambasdoc.org/help/comp/gb.image/color/_get?v3 and that http://gambasdoc.org/help/comp/gb.image/colorinfo?v3 and that too http://gambasdoc.org/help/comp/gb.image/image/_get?v3 so MyRedPartValue = Color[MyImage[10,10]].Red 2013/11/21 Shane : > Is this of any help >

Re: [Gambas-user] Reading RGB(A) values of screen pixels

2013-11-21 Thread Shane
Is this of any help On 21/11/13 09:01, ukimiku wrote: *Dear list members,* this is my first post, I am new to Gambas. I tried to find an answer to my question by searching the list archives first, but have not been able to find information that was to the point. There are my 2 questions: a) W