On Sun, Oct 16, 2005 at 08:59:29AM -0500, Mike Emmel wrote: > On a related note > SetColor(surface,0,0,0,0); > FillRectangle(surface,x,y,w,h); > > On a non Alpha surfaces in my case RGB16 seemed > to fill the surface with black instead of being a no-op like > I expected since the alpha should have resulted in the original color > remaining ? > Or am I just doing something stupid ?
You must use DSDRAW_BLEND if you want to blend the colors. -- Ville Syrjälä [EMAIL PROTECTED] http://www.sci.fi/~syrjala/ _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
