| I need to implement Chroma key behaviour. DirectFB offers SetSrcColorKey(), but unfortunately this doesn't work for my platform (a PNX8935 chipset). I tried to solve the problem by obtaining the layer bits and altering by hand the alpha values for those pixels that i need to hide. Unfortunately this works until next draw operation. Paul Davis wrote: On Mon, 2009-02-02 at 04:05 -0800, Iulian wrote: |