#include <Filters.h>
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 |
bool gnash::GlowFilter::read |
( |
SWFStream & |
in | ) |
|
|
virtual |
Reimplemented from gnash::BitmapFilter.
References _, gnash::SWFStream::ensureBytes(), IF_VERBOSE_PARSE, m_alpha, m_blurX, m_blurY, m_color, m_inner, m_knockout, m_strength, gnash::SWFStream::read_bit(), gnash::SWFStream::read_fixed(), gnash::SWFStream::read_short_sfixed(), gnash::SWFStream::read_u8(), and gnash::SWFStream::read_uint().
boost::uint8_t gnash::GlowFilter::m_alpha |
float gnash::GlowFilter::m_blurX |
float gnash::GlowFilter::m_blurY |
boost::uint32_t gnash::GlowFilter::m_color |
bool gnash::GlowFilter::m_inner |
bool gnash::GlowFilter::m_knockout |
boost::uint8_t gnash::GlowFilter::m_quality |
float gnash::GlowFilter::m_strength |
The documentation for this class was generated from the following files: