Gnash  0.8.11dev
Public Member Functions | Public Attributes | List of all members
gnash::DropShadowFilter Class Reference

#include <Filters.h>

Inheritance diagram for gnash::DropShadowFilter:
gnash::BitmapFilter

Public Member Functions

virtual bool read (SWFStream &in)
 
virtual ~DropShadowFilter ()
 
 DropShadowFilter ()
 
 DropShadowFilter (float distance, float angle, std::uint32_t color, std::uint8_t alpha, float blurX, float blurY, float strength, std::uint8_t quality, bool inner, bool knockout, bool hideObject)
 
- Public Member Functions inherited from gnash::BitmapFilter
 BitmapFilter ()
 
virtual ~BitmapFilter ()
 

Public Attributes

float m_distance
 
float m_angle
 
std::uint32_t m_color
 
std::uint8_t m_alpha
 
float m_blurX
 
float m_blurY
 
float m_strength
 
std::uint8_t m_quality
 
bool m_inner
 
bool m_knockout
 
bool m_hideObject
 

Constructor & Destructor Documentation

virtual gnash::DropShadowFilter::~DropShadowFilter ( )
inlinevirtual
gnash::DropShadowFilter::DropShadowFilter ( )
inline
gnash::DropShadowFilter::DropShadowFilter ( float  distance,
float  angle,
std::uint32_t  color,
std::uint8_t  alpha,
float  blurX,
float  blurY,
float  strength,
std::uint8_t  quality,
bool  inner,
bool  knockout,
bool  hideObject 
)
inline

Member Function Documentation

bool gnash::DropShadowFilter::read ( SWFStream in)
virtual

Member Data Documentation

std::uint8_t gnash::DropShadowFilter::m_alpha
float gnash::DropShadowFilter::m_angle
float gnash::DropShadowFilter::m_blurX
float gnash::DropShadowFilter::m_blurY
std::uint32_t gnash::DropShadowFilter::m_color
float gnash::DropShadowFilter::m_distance
bool gnash::DropShadowFilter::m_hideObject
bool gnash::DropShadowFilter::m_inner
bool gnash::DropShadowFilter::m_knockout
std::uint8_t gnash::DropShadowFilter::m_quality
float gnash::DropShadowFilter::m_strength

The documentation for this class was generated from the following files: