#include <effect.h>
Inheritance diagram for Effect_changealpha:
Before running these effects the caller should blit()
a bitmap to the affected area on the screen, and its alpha value should be passed as the from
parameter to param()
.
Public Member Functions | |
void | param (int from, int to, int width, int height, int xpos, int ypos) |
Protected Attributes | |
int | _from |
int | _to |
int | _width |
int | _height |
int | _xpos |
int | _ypos |
|
|