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

#include <Filters.h>

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

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 Member Functions inherited from gnash::BitmapFilter
 BitmapFilter ()
 
virtual ~BitmapFilter ()
 

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 ( )
inlinevirtual
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

boost::uint8_t gnash::GlowFilter::m_alpha

Referenced by read().

float gnash::GlowFilter::m_blurX

Referenced by read().

float gnash::GlowFilter::m_blurY

Referenced by read().

boost::uint32_t gnash::GlowFilter::m_color

Referenced by read().

bool gnash::GlowFilter::m_inner

Referenced by read().

bool gnash::GlowFilter::m_knockout

Referenced by read().

boost::uint8_t gnash::GlowFilter::m_quality
float gnash::GlowFilter::m_strength

Referenced by read().


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