Gnash  0.8.10
Public Member Functions | Public Attributes
gnash::DropShadowFilter Class Reference

#include <Filters.h>

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

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

Referenced by read().

Referenced by read().

Referenced by read().

Referenced by read().

Referenced by read().

Referenced by read().

Referenced by read().

Referenced by read().

Referenced by read().

Referenced by read().


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