2 Copyright © 2013-2017, The AROS Development Team. All rights reserved.
6 #include <aros/debug.h>
8 #include <aros/debug.h>
10 #include <proto/cybergraphics.h>
13 #include <cybergraphx/cybergraphics.h>
14 #include <exec/types.h>
16 #include "cybergraphics_intern.h"
18 void ProcessPixelArrayTintFunc(struct RastPort
*opRast
, struct Rectangle
*opRect
, ULONG tintval
, struct Library
*CyberGfxBase
)
20 bug ("[Cgfx] %s(0x%08x)\n", __PRETTY_FUNCTION__
, tintval
);
21 bug ("[Cgfx] %s: Tint operator not implemented\n", __PRETTY_FUNCTION__
);