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?

This doesn't seem to work:
  dim p as new picture(width,height) // new-style 32 bit picture
  dim pmbs as new PictureMBS(p,true)
  // pmbs.isValid = false

The MBS documentation is somewhat unclear, as it says "This function works on 
Mac OS and Windows with both 24 bit and 32 bit pictures." but I think this does 
not mean that it works on the new-style pictures where .hasAlphaChannel = true, 
yes?

_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to