On Jun 1, 2013, at 8:52 AM, Christian Schmitz <[email protected]> 
wrote:

> Am 01.06.2013 um 02:13 schrieb Michael Diehr <[email protected]>:
> 
>> Now that Real/Xojo is supporting true 32-bit pictures with alpha, is there 
>> any way to get the PictureMBS class to work with them?
> 
> 
> I'll update the constructor to accept them.

Great!  I just tested, and this seems to work:

dim p as new picture(w,h)  // new-style 32 bit picture with alpha channel
dim pMBS as new PictureMBS(p,p.hasAlphaChannel)
## Note: unlike old-style pictures, you must not invert the alpha channel
_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to