2 Copyright © 2013-2017, The AROS Development Team. All rights reserved.
6 #include <aros/debug.h>
8 #include <proto/cybergraphics.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__
, alphalevel
);
19 bug ("[Cgfx] %s: SetAlpha operator not implemented\n", __PRETTY_FUNCTION__
);