Main Page | Class Hierarchy | Compound List | File List | Compound Members | File Members

Effect_changealpha Class Reference

#include <effect.h>

Inheritance diagram for Effect_changealpha:

Effect Effect_fade Effect_tile List of all members.

Detailed Description

A generic class for creating a transition from one alpha value to another within a specified area.

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


Member Function Documentation

void Effect_changealpha::param int  from,
int  to,
int  width,
int  height,
int  xpos,
int  ypos
[inline]
 

Parameters:
from The initial alpha value of the area.
to The desired final alpha value of the area.
width,height,xpos,ypos The size/location of the area.


The documentation for this class was generated from the following file:
Generated on Sun Oct 19 17:34:47 2003 for rve by doxygen 1.3.3