keydmer wrote: > > Hello, > > I'm trying to make a drawing interface using qooxdoo > > I would like to change color on mouse click and mouse over events as be > able to read the coordinates of a pixel > > > So, is there a way to access the pixels of a qx.ui.basic.Image? >
Hi, JavaScript can't access the pixels of an image. Apparently, there's a way to achieve this using canvas: http://stackoverflow.com/questions/1936021/javascript-eyedropper-tell-colour-of-pixel-under-mouse-cursor Regards, Daniel -- View this message in context: http://qooxdoo.678.n2.nabble.com/Edit-image-pixels-tp6077331p6077617.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
