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

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

2013-11-20 Thread Shane
and here http://gambasdoc.org/help/comp/gb.image/image?v3 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

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

2013-11-20 Thread Shane
there is this for ver 2.0 http://gambasdoc.org/help/comp/gb.qt/image where you use image[x,y] 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 a

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

2013-11-20 Thread ukimiku
*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) When I have loaded and displayed a picture, how can I acce