#include <Filters.h>
|
virtual bool | read (SWFStream &in) |
|
virtual | ~BevelFilter () |
|
| BevelFilter () |
|
| BevelFilter (float distance, float angle, std::uint32_t hcolor, std::uint8_t halpha, std::uint32_t scolor, std::uint8_t salpha, float blurX, float blurY, float strength, std::uint8_t quality, bevel_type type, bool knockout) |
|
| BitmapFilter () |
|
virtual | ~BitmapFilter () |
|
◆ bevel_type
Enumerator |
---|
OUTER_BEVEL | |
INNER_BEVEL | |
FULL_BEVEL | |
◆ ~BevelFilter()
virtual gnash::BevelFilter::~BevelFilter |
( |
| ) |
|
|
inlinevirtual |
◆ BevelFilter() [1/2]
gnash::BevelFilter::BevelFilter |
( |
| ) |
|
|
inline |
◆ BevelFilter() [2/2]
gnash::BevelFilter::BevelFilter |
( |
float |
distance, |
|
|
float |
angle, |
|
|
std::uint32_t |
hcolor, |
|
|
std::uint8_t |
halpha, |
|
|
std::uint32_t |
scolor, |
|
|
std::uint8_t |
salpha, |
|
|
float |
blurX, |
|
|
float |
blurY, |
|
|
float |
strength, |
|
|
std::uint8_t |
quality, |
|
|
bevel_type |
type, |
|
|
bool |
knockout |
|
) |
| |
|
inline |
◆ read()
bool gnash::BevelFilter::read |
( |
SWFStream & |
in | ) |
|
|
virtual |
◆ m_angle
float gnash::BevelFilter::m_angle |
◆ m_blurX
float gnash::BevelFilter::m_blurX |
◆ m_blurY
float gnash::BevelFilter::m_blurY |
◆ m_distance
float gnash::BevelFilter::m_distance |
◆ m_highlightAlpha
std::uint8_t gnash::BevelFilter::m_highlightAlpha |
◆ m_highlightColor
std::uint32_t gnash::BevelFilter::m_highlightColor |
◆ m_knockout
bool gnash::BevelFilter::m_knockout |
◆ m_quality
std::uint8_t gnash::BevelFilter::m_quality |
◆ m_shadowAlpha
std::uint8_t gnash::BevelFilter::m_shadowAlpha |
◆ m_shadowColor
std::uint32_t gnash::BevelFilter::m_shadowColor |
◆ m_strength
float gnash::BevelFilter::m_strength |
◆ m_type
The documentation for this class was generated from the following files: