#include <Filters.h>
◆ ~GlowFilter()
virtual gnash::GlowFilter::~GlowFilter |
( |
| ) |
|
|
inlinevirtual |
◆ GlowFilter() [1/2]
gnash::GlowFilter::GlowFilter |
( |
| ) |
|
|
inline |
◆ GlowFilter() [2/2]
gnash::GlowFilter::GlowFilter |
( |
std::uint32_t |
color, |
|
|
std::uint8_t |
alpha, |
|
|
float |
blurX, |
|
|
float |
blurY, |
|
|
float |
strength, |
|
|
std::uint8_t |
quality, |
|
|
bool |
inner, |
|
|
bool |
knockout |
|
) |
| |
|
inline |
◆ read()
bool gnash::GlowFilter::read |
( |
SWFStream & |
in | ) |
|
|
virtual |
Reimplemented from gnash::BitmapFilter.
References _, gnash::SWFStream::ensureBytes(), IF_VERBOSE_PARSE, gnash::log_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().
◆ m_alpha
std::uint8_t gnash::GlowFilter::m_alpha |
◆ m_blurX
float gnash::GlowFilter::m_blurX |
◆ m_blurY
float gnash::GlowFilter::m_blurY |
◆ m_color
std::uint32_t gnash::GlowFilter::m_color |
◆ m_inner
bool gnash::GlowFilter::m_inner |
◆ m_knockout
bool gnash::GlowFilter::m_knockout |
◆ m_quality
std::uint8_t gnash::GlowFilter::m_quality |
◆ m_strength
float gnash::GlowFilter::m_strength |
The documentation for this class was generated from the following files: