#include <AlphaProperty.h>
Public Types | |
enum | E_BLEND_FUNCTION |
Public Member Functions | |
AlphaProperty () | |
virtual | ~AlphaProperty () |
void | setSourceFunction (E_BLEND_FUNCTION eValue) |
void | setDestinationFunction (E_BLEND_FUNCTION eValue) |
void | setSrcAndDestFunction (E_BLEND_FUNCTION eSrc, E_BLEND_FUNCTION eDest) |
E_BLEND_FUNCTION | getSourceFunction () |
E_BLEND_FUNCTION | getDestinationFunction () |
const char * | toString () |
The Alpha properties.
scene::AlphaProperty::AlphaProperty | ( | ) |
Constructor
virtual scene::AlphaProperty::~AlphaProperty | ( | ) | [inline, virtual] |
Destructor
void scene::AlphaProperty::setSourceFunction | ( | E_BLEND_FUNCTION | eValue | ) |
Set the source alpha property
eValue | The property value |
void scene::AlphaProperty::setDestinationFunction | ( | E_BLEND_FUNCTION | eValue | ) |
Set the destination alpha property
eValue | The property value |
void scene::AlphaProperty::setSrcAndDestFunction | ( | E_BLEND_FUNCTION | eSrc, | |
E_BLEND_FUNCTION | eDest | |||
) |
Set the source and destination alpha property
eSrc | The source property value | |
eDest | The destination property value |
E_BLEND_FUNCTION scene::AlphaProperty::getSourceFunction | ( | ) |
Get the source alpha property
E_BLEND_FUNCTION scene::AlphaProperty::getDestinationFunction | ( | ) |
Get the destination alpha property
const char* scene::AlphaProperty::toString | ( | ) | [inline, virtual] |