#include <Filters.h>
|
| virtual bool | read (SWFStream &in) |
| |
| virtual | ~GradientGlowFilter () |
| |
| | GradientGlowFilter () |
| |
| | GradientGlowFilter (float distance, float angle, std::vector< std::uint32_t > colors, std::vector< std::uint8_t > alphas, std::vector< std::uint8_t > ratios, float blurX, float blurY, float strength, std::uint8_t quality, glow_types type, bool knockout) |
| |
| | BitmapFilter () |
| |
| virtual | ~BitmapFilter () |
| |
| Enumerator |
|---|
| INNER_GLOW |
|
| OUTER_GLOW |
|
| FULL_GLOW |
|
| virtual gnash::GradientGlowFilter::~GradientGlowFilter |
( |
| ) |
|
|
inlinevirtual |
| gnash::GradientGlowFilter::GradientGlowFilter |
( |
| ) |
|
|
inline |
| gnash::GradientGlowFilter::GradientGlowFilter |
( |
float |
distance, |
|
|
float |
angle, |
|
|
std::vector< std::uint32_t > |
colors, |
|
|
std::vector< std::uint8_t > |
alphas, |
|
|
std::vector< std::uint8_t > |
ratios, |
|
|
float |
blurX, |
|
|
float |
blurY, |
|
|
float |
strength, |
|
|
std::uint8_t |
quality, |
|
|
glow_types |
type, |
|
|
bool |
knockout |
|
) |
| |
|
inline |
| bool gnash::GradientGlowFilter::read |
( |
SWFStream & |
in | ) |
|
|
virtual |
| std::vector<std::uint8_t> gnash::GradientGlowFilter::m_alphas |
| float gnash::GradientGlowFilter::m_angle |
| float gnash::GradientGlowFilter::m_blurX |
| float gnash::GradientGlowFilter::m_blurY |
| std::vector<std::uint32_t> gnash::GradientGlowFilter::m_colors |
| float gnash::GradientGlowFilter::m_distance |
| bool gnash::GradientGlowFilter::m_knockout |
| std::uint8_t gnash::GradientGlowFilter::m_quality |
| std::vector<std::uint8_t> gnash::GradientGlowFilter::m_ratios |
| float gnash::GradientGlowFilter::m_strength |
The documentation for this class was generated from the following files: