#include <cmath>
#include "goomconfig.h"
#include "graphic.h"
Go to the source code of this file.
|
void | pointFilter (guint32 *pix1, Color c, float t1, float t2, float t3, float t4, guint32 cycle) |
|
void | zoomFilterFastRGB (guint32 *pix1, guint32 *pix2, ZoomFilterData *zf, guint32 resx, guint32 resy, int switchIncr, float switchMult) |
|
◆ NORMAL_MODE
◆ WAVE_MODE
◆ CRYSTAL_BALL_MODE
#define CRYSTAL_BALL_MODE 2 |
◆ SCRUNCH_MODE
◆ AMULETTE_MODE
◆ WATER_MODE
◆ HYPERCOS1_MODE
◆ HYPERCOS2_MODE
◆ YONLY_MODE
◆ SPEEDWAY_MODE
◆ SIN_MUL
◆ SIN_ADD
◆ pointFilter()
void pointFilter |
( |
guint32 * |
pix1, |
|
|
Color |
c, |
|
|
float |
t1, |
|
|
float |
t2, |
|
|
float |
t3, |
|
|
float |
t4, |
|
|
guint32 |
cycle |
|
) |
| |
◆ zoomFilterFastRGB()