flesh out process pixel array a little
[AROS.git] / workbench / libs / cgfx / processpixelarray_opsetalpha.c
blob617a223556054c065eb0dee584496b84eff175ed
1 /*
2 Copyright © 2013, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/debug.h>
8 #include <proto/cybergraphics.h>
10 #include <hidd/graphics.h>
11 #include <cybergraphx/cybergraphics.h>
12 #include <exec/types.h>
14 #include "cybergraphics_intern.h"
16 void ProcessPixelArrayAlphaFunc(struct RastPort *opRast, struct Rectangle *opRect, UBYTE alphalevel, struct Library *CyberGfxBase)
18 bug ("[Cgfx] %s(%d)\n", __PRETTY_FUNCTION__, value);
19 bug ("[Cgfx] %s: SetAlpha operator not implemented\n", __PRETTY_FUNCTION__);