[codenameone-discussions] Re: an IOS platform issue with images

2016-06-20 Thread Shai Almog
If you have something specific in mind you can submit a pull request with the javadoc changes you think are appropriate for this. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving

[codenameone-discussions] Re: an IOS platform issue with images

2016-06-19 Thread Shai Almog
That's possible. Especially with image manipulation which is pretty tricky to get right on iOS as it's graphics pipeline is totally different. I'm not sure if it's fixable though, if I recall that code we added the color to workaround a different problem in that logic where transparency

[codenameone-discussions] Re: an IOS platform issue with images

2016-06-18 Thread Dave Dyer
I would say that putting out black and getting back white, as is the case here, is a rather spectacular example of "not guaranteed" On Friday, June 17, 2016 at 11:31:16 PM UTC-7, Shai Almog wrote: > > Assuming out is an ARGB array which you didn't state. This still isn't > guaranteed to work