32#define CRYSTAL_BALL_MODE 2
34#define AMULETTE_MODE 4
36#define HYPERCOS1_MODE 6
37#define HYPERCOS2_MODE 7
39#define SPEEDWAY_MODE 9
42 float t1,
float t2,
float t3,
float t4,
guint32 cycle);
50 guint32 resy,
int switchIncr,
float switchMult);
#define guint32
Definition: goom_config.h:28
void zoomFilterFastRGB(PluginInfo *goomInfo, Pixel *pix1, Pixel *pix2, ZoomFilterData *zf, unsigned int resx, unsigned int resy, int switchIncr, float switchMult)
Definition: filters.c:528
VisualFX zoomFilterVisualFXWrapper_create(void)
Definition: filters.c:758
void pointFilter(PluginInfo *goomInfo, Pixel *pix1, Color c, float t1, float t2, float t3, float t4, unsigned int cycle)
Definition: filters.c:771
Definition: goom_graphic.h:7
Definition: goom_plugin_info.h:75
Definition: goom_visual_fx.h:17
Definition: goom_filters.h:12
char noisify
Definition: goom_filters.h:27
int hypercosEffect
Definition: goom_filters.h:25
int vitesse
Definition: goom_filters.h:13
int vPlaneEffect
Definition: goom_filters.h:22
int hPlaneEffect
Definition: goom_filters.h:21
int waveEffect
Definition: goom_filters.h:24
char reverse
Definition: goom_filters.h:18
unsigned char pertedec
Definition: goom_filters.h:15
char mode
Definition: goom_filters.h:19
int middleY
Definition: goom_filters.h:17
int middleX
Definition: goom_filters.h:17
unsigned char sqrtperte
Definition: goom_filters.h:16
Definition: goom_graphic.h:55