[MBS] Getting and setting ARGB data from new style pictures?

2012-12-16 Thread Michael Diehr
RB now supports true 32 bit pictures where the mask is part of the picture 
data, obtained by calling
  new picture (width, height)
rather than 
  new picture (width,height,depth)

Is there a MBS function get or set the ARGB data that's being used in new-style 
picture objects?

The documentation for 
Picture.CopyARGBtoMemoryblockMBS(destination as memoryblock, offset as integer, 
LittleEndian as boolean, AlphaValue as integer) as boolean

suggests that it does not copy the alpha channel at all.


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


Re: [MBS] Getting and setting ARGB data from new style pictures?

2012-12-16 Thread Christian Schmitz

Am 17.12.2012 um 00:18 schrieb Michael Diehr m...@xochi.com:

 RB now supports true 32 bit pictures where the mask is part of the picture 
 data, obtained by calling
  new picture (width, height)
 rather than 
  new picture (width,height,depth)
 
 Is there a MBS function get or set the ARGB data that's being used in 
 new-style picture objects?


Not yet.

The biggest problem is that the different platforms and console vs. desktop 
have very different alpha styles.
This makes supporting them a pain and is the reason, the plugins don't support 
alpha channel much.

Greetings
Christian

-- 
Read our blog about news on our plugins:

http://www.mbsplugins.de/

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