#include <Filters.h>
Public Member Functions |
virtual bool | read (SWFStream &in) |
virtual | ~GradientBevelFilter () |
| GradientBevelFilter () |
| GradientBevelFilter (float distance, float angle, std::vector< boost::uint32_t > colors, std::vector< boost::uint8_t > alphas, std::vector< boost::uint8_t > ratios, float blurX, float blurY, float strength, boost::uint8_t quality, glow_types type, bool knockout) |
| BitmapFilter () |
virtual | ~BitmapFilter () |
Member Enumeration Documentation
- Enumerator:
INNER_BEVEL |
|
OUTER_BEVEL |
|
FULL_BEVEL |
|
Constructor & Destructor Documentation
virtual gnash::GradientBevelFilter::~GradientBevelFilter |
( |
| ) |
|
|
inlinevirtual |
gnash::GradientBevelFilter::GradientBevelFilter |
( |
| ) |
|
|
inline |
gnash::GradientBevelFilter::GradientBevelFilter |
( |
float |
distance, |
|
|
float |
angle, |
|
|
std::vector< boost::uint32_t > |
colors, |
|
|
std::vector< boost::uint8_t > |
alphas, |
|
|
std::vector< boost::uint8_t > |
ratios, |
|
|
float |
blurX, |
|
|
float |
blurY, |
|
|
float |
strength, |
|
|
boost::uint8_t |
quality, |
|
|
glow_types |
type, |
|
|
bool |
knockout |
|
) |
| |
|
inline |
Member Function Documentation
bool gnash::GradientBevelFilter::read |
( |
SWFStream & |
in | ) |
|
|
virtual |
Reimplemented from gnash::BitmapFilter.
References _, gnash::SWFStream::ensureBytes(), FULL_BEVEL, gnash::key::i, IF_VERBOSE_PARSE, INNER_BEVEL, m_alphas, m_angle, m_blurX, m_blurY, m_colors, m_distance, m_knockout, m_quality, m_ratios, m_strength, m_type, OUTER_BEVEL, gnash::SWFStream::read_bit(), gnash::SWFStream::read_fixed(), gnash::SWFStream::read_short_sfixed(), gnash::SWFStream::read_u8(), and gnash::SWFStream::read_uint().
Member Data Documentation
std::vector<boost::uint8_t> gnash::GradientBevelFilter::m_alphas |
float gnash::GradientBevelFilter::m_angle |
float gnash::GradientBevelFilter::m_blurX |
float gnash::GradientBevelFilter::m_blurY |
std::vector<boost::uint32_t> gnash::GradientBevelFilter::m_colors |
float gnash::GradientBevelFilter::m_distance |
bool gnash::GradientBevelFilter::m_knockout |
boost::uint8_t gnash::GradientBevelFilter::m_quality |
std::vector<boost::uint8_t> gnash::GradientBevelFilter::m_ratios |
float gnash::GradientBevelFilter::m_strength |
The documentation for this class was generated from the following files: