GLBasic forum

Main forum => GLBasic - en => Topic started by: djtoon on 2011-Sep-13

Title: getpixel on iphone not working
Post by: djtoon on 2011-Sep-13
any ideas?
10x
Title: Re: getpixel on iphone not working
Post by: MrTAToad on 2011-Sep-13
Its returning totally the wrong value or is 10% out ?
Title: Re: getpixel on iphone not working
Post by: djtoon on 2011-Sep-13
seems not to be working at all
Title: Re: getpixel on iphone not working
Post by: Neurox on 2011-Sep-13
I'm using GetPixel on my last creation on iPhone 4 and the Function work perfectly.
Title: Re: getpixel on iphone not working
Post by: Kitty Hello on 2011-Sep-14
does grabsprite work? If so, grab the sprite and use SPRITE2MEM to get the pixel values (if you need more than 1 pixel, that's a huge speedup, too).