#include <DropShadowFilter.h>
List of all members.
Public Member Functions |
virtual bool | read (SWFStream &in) |
virtual | ~DropShadowFilter () |
| DropShadowFilter () |
| DropShadowFilter (float distance, float angle, boost::uint32_t color, boost::uint8_t alpha, float blurX, float blurY, float strength, boost::uint8_t quality, bool inner, bool knockout, bool hideObject) |
Public Attributes |
float | m_distance |
float | m_angle |
boost::uint32_t | m_color |
boost::uint8_t | m_alpha |
float | m_blurX |
float | m_blurY |
float | m_strength |
boost::uint8_t | m_quality |
bool | m_inner |
bool | m_knockout |
bool | m_hideObject |
Constructor & Destructor Documentation
virtual gnash::DropShadowFilter::~DropShadowFilter |
( |
|
) |
[inline, virtual] |
gnash::DropShadowFilter::DropShadowFilter |
( |
|
) |
[inline] |
gnash::DropShadowFilter::DropShadowFilter |
( |
float |
distance, |
|
|
float |
angle, |
|
|
boost::uint32_t |
color, |
|
|
boost::uint8_t |
alpha, |
|
|
float |
blurX, |
|
|
float |
blurY, |
|
|
float |
strength, |
|
|
boost::uint8_t |
quality, |
|
|
bool |
inner, |
|
|
bool |
knockout, |
|
|
bool |
hideObject | |
|
) |
| | [inline] |
Member Function Documentation
bool gnash::DropShadowFilter::read |
( |
SWFStream & |
in |
) |
[virtual] |
Member Data Documentation
The documentation for this class was generated from the following files: