Corrections to SVN properties.
[AROS.git] / workbench / libs / cgfx / processpixelarray_opbrightness.c
blob8b7958e02d361a810861c1e5a1c4775a4012eb1d
1 /*
2 Copyright © 2013, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/debug.h>
8 #include <aros/debug.h>
10 #include <proto/cybergraphics.h>
12 #include <hidd/graphics.h>
13 #include <cybergraphx/cybergraphics.h>
14 #include <exec/types.h>
16 #include "cybergraphics_intern.h"
18 void ProcessPixelArrayBrightnessFunc(struct RastPort *opRast, struct Rectangle *opRect, LONG value, struct Library *CyberGfxBase)
20 bug ("[Cgfx] %s(%d)\n", __PRETTY_FUNCTION__, value);
21 bug ("[Cgfx] %s: Brightness operator not implemented\n", __PRETTY_FUNCTION__);