2 #include <exec/types.h>
\r
4 void ProcessPixelArrayBrightnessFunc(struct RastPort *, struct Rectangle *, LONG,struct Library *);
\r
5 void ProcessPixelArrayAlphaFunc(struct RastPort *, struct Rectangle *, UBYTE, struct Library *);
\r
6 void ProcessPixelArrayTintFunc(struct RastPort *, struct Rectangle *, ULONG, struct Library *);
\r
7 void ProcessPixelArrayBlurFunc(struct RastPort *, struct Rectangle *, struct Library *);
\r
8 void ProcessPixelArrayColor2GreyFunc(struct RastPort *, struct Rectangle *, struct Library *);
\r
9 void ProcessPixelArrayNegativeFunc(struct RastPort *, struct Rectangle *, struct Library *);
\r
10 void ProcessPixelArrayNegativeFadeFunc(struct RastPort *, struct Rectangle *, struct Library *);
\r
11 void ProcessPixelArrayTintFadeFunc(struct RastPort *, struct Rectangle *, struct Library *);
\r
12 void ProcessPixelArrayGradientFunc(struct RastPort *, struct Rectangle *, BOOL, ULONG, ULONG, ULONG, BOOL, struct Library *);
\r
13 void ProcessPixelArrayShiftRGBFunc(struct RastPort *, struct Rectangle *, struct Library *);
\r