|
Gnash
0.8.11dev
|
#include <ColorTransform_as.h>
Public Member Functions | |
| ColorTransform_as (double rm, double gm, double bm, double am, double ro, double go, double bo, double ao) | |
| void | setAlphaMultiplier (double am) |
| void | setRedMultiplier (double rm) |
| void | setBlueMultiplier (double bm) |
| void | setGreenMultiplier (double gm) |
| void | setAlphaOffset (double ao) |
| void | setRedOffset (double ro) |
| void | setBlueOffset (double bo) |
| void | setGreenOffset (double go) |
| double | getAlphaMultiplier () const |
| double | getRedMultiplier () const |
| double | getBlueMultiplier () const |
| double | getGreenMultiplier () const |
| double | getAlphaOffset () const |
| double | getRedOffset () const |
| double | getBlueOffset () const |
| double | getGreenOffset () const |
| void | concat (const ColorTransform_as &other) |
Public Member Functions inherited from gnash::Relay | |
| virtual | ~Relay ()=0 |
| virtual void | setReachable () |
| A Relay itself is not a GC object, but may point to GC resources. More... | |
| virtual void | clean () |
| Handle any cleanup necessary before the Relay is destroyed. More... | |
| gnash::ColorTransform_as::ColorTransform_as | ( | double | rm, |
| double | gm, | ||
| double | bm, | ||
| double | am, | ||
| double | ro, | ||
| double | go, | ||
| double | bo, | ||
| double | ao | ||
| ) |
Referenced by gnash::registerColorTransformNative().
| void gnash::ColorTransform_as::concat | ( | const ColorTransform_as & | other | ) |
References getAlphaMultiplier(), getAlphaOffset(), getBlueMultiplier(), getBlueOffset(), getGreenMultiplier(), getGreenOffset(), getRedMultiplier(), and getRedOffset().
Referenced by getGreenOffset(), and gnash::registerColorTransformNative().
|
inline |
Referenced by concat(), gnash::registerColorTransformNative(), and gnash::toCxForm().
|
inline |
Referenced by concat(), gnash::registerColorTransformNative(), and gnash::toCxForm().
|
inline |
Referenced by concat(), gnash::registerColorTransformNative(), and gnash::toCxForm().
|
inline |
Referenced by concat(), gnash::registerColorTransformNative(), and gnash::toCxForm().
|
inline |
Referenced by concat(), gnash::registerColorTransformNative(), and gnash::toCxForm().
|
inline |
References gnash::colortransform_class_init(), concat(), gnash::registerColorTransformNative(), and test::uri.
Referenced by concat(), gnash::registerColorTransformNative(), and gnash::toCxForm().
|
inline |
Referenced by concat(), gnash::registerColorTransformNative(), and gnash::toCxForm().
|
inline |
Referenced by concat(), gnash::registerColorTransformNative(), and gnash::toCxForm().
|
inline |
Referenced by gnash::registerColorTransformNative().
|
inline |
Referenced by gnash::registerColorTransformNative().
|
inline |
Referenced by gnash::registerColorTransformNative().
|
inline |
Referenced by gnash::registerColorTransformNative().
|
inline |
Referenced by gnash::registerColorTransformNative().
|
inline |
Referenced by gnash::registerColorTransformNative().
|
inline |
Referenced by gnash::registerColorTransformNative().
|
inline |
Referenced by gnash::registerColorTransformNative().
1.8.11