Draw with alpha channel brush

Report any Hollywood bugs here
sinisrus
Posts: 347
Joined: Tue Apr 21, 2015 5:43 pm

Re: Draw with alpha channel brush

Post by sinisrus »

For look my problem (Amiga OS4.x) :
http://amitheme.amiga-ng.org/amiga/grab.png

---

TEMP=Createbrush(NIL,640,480,#BLACK, {Hardware = True, AlphaChannel=True, Clear=True})
...
@BRUSH 1,"chat.png", {Hardware = True, LoadAlpha=True}
...

---
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Draw with alpha channel brush

Post by airsoftsoftwair »

Ok, so you want to draw to the color channels and the alpha channel with additive mixing. It isn't possible to do this in hardware on AmigaOS at all. It's really only possible in software mode so I'm afraid you'll have to live with the slowness.
sinisrus
Posts: 347
Joined: Tue Apr 21, 2015 5:43 pm

Re: Draw with alpha channel brush

Post by sinisrus »

and without hardware acceleration there is no other solution a little faster?

with Gl Galore ?
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Draw with alpha channel brush

Post by airsoftsoftwair »

No, GL Galore won't help here since it doesn't allow additive alpha blending either. It's only possible in software currently.
Post Reply