Am 31.05.2013 um 20:55 schrieb Michael Diehr <[email protected]>: > Is there a MBS plugin which supports the new 32-bit with alpha Xojo pictures?
Well, alpha != alpha. > I'd like to make a single call such as: > Picture.CopyARGBToMemoryBlock(memoryBlock,offset) > and get all 32 bits of color data copied. Well, do you need premultiplied or not? Currently you get with those two functions non premultiplied ARGB. If you want premultipied one, well, there is extra work involved. And Alpha channel images in RB are not equal on all platforms. Some have premultiplied and some not. This makes it quite difficult. Greetings Christian -- MBS Xojo Developer Conference 2013 More details and registration here: http://www.monkeybreadsoftware.de/realbasic/events/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
