[WASTE-list] Re: Background images

Andreas Binner andreasb at vmlabs.de
Wed Jun 14 12:49:51 EDT 2006



>>/can I tell WASTE 3.0 not to erase the background before drawing the /
>>/text? I have a special background image in my application behind the /
>>/WASTE text object. /
>>/ /
>>/Thanks in advance, /
>>/ /
>>/Andreas Binner /
>
>Currently, you can't do this through the public, procedural
>wrapper API, but it shouldn't be hard to do what you want using
>the core C++ API. The WE3_TextView::SetBackgroundColor()
>accessor takes an ATSURGBAlphaColor parameter; by setting the
>alpha component to 0.0 you can cause WASTE to paint a
>transparent background, effectively leaving your existing
>background intact.

Are there headers for the C++ API available? Can I mix this with my C
API calls?

--Andreas



More information about the WASTE-list mailing list