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

#include <Filters.h>

Inheritance diagram for gnash::GlowFilter:
gnash::BitmapFilter

List of all members.

Public Member Functions

virtual bool read (SWFStream &in)
virtual ~GlowFilter ()
 GlowFilter ()
 GlowFilter (boost::uint32_t color, boost::uint8_t alpha, float blurX, float blurY, float strength, boost::uint8_t quality, bool inner, bool knockout)

Public Attributes

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

Constructor & Destructor Documentation

virtual gnash::GlowFilter::~GlowFilter ( ) [inline, virtual]
gnash::GlowFilter::GlowFilter ( ) [inline]
gnash::GlowFilter::GlowFilter ( boost::uint32_t  color,
boost::uint8_t  alpha,
float  blurX,
float  blurY,
float  strength,
boost::uint8_t  quality,
bool  inner,
bool  knockout 
) [inline]

Member Function Documentation

bool gnash::GlowFilter::read ( SWFStream in) [virtual]

Member Data Documentation

Referenced by read().

Referenced by read().

Referenced by read().

boost::uint32_t gnash::GlowFilter::m_color

Referenced by read().

Referenced by read().

Referenced by read().

Referenced by read().


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