Is there a MBS plugin which supports the new 32-bit with alpha Xojo pictures?

I'd like to make a single call such as:
 Picture.CopyARGBToMemoryBlock(memoryBlock,offset)
and get all 32 bits of color data copied.

For now I can probably do it with two separate calls, e.g.:

  pic.CopyXRGBtoMemoryblockMBS(d,0)
  pic.mask.CopyAtoMemoryblockMBS(d,0,0)

but having it in a single call would be nice
_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to