Gnash
0.8.10
|
#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) |
gnash::ColorTransform_as::ColorTransform_as | ( | double | rm, |
double | gm, | ||
double | bm, | ||
double | am, | ||
double | ro, | ||
double | go, | ||
double | bo, | ||
double | ao | ||
) |
void gnash::ColorTransform_as::concat | ( | const ColorTransform_as & | other | ) |
double gnash::ColorTransform_as::getAlphaMultiplier | ( | ) | const [inline] |
Referenced by concat(), and gnash::toCxForm().
double gnash::ColorTransform_as::getAlphaOffset | ( | ) | const [inline] |
Referenced by concat(), and gnash::toCxForm().
double gnash::ColorTransform_as::getBlueMultiplier | ( | ) | const [inline] |
Referenced by concat(), and gnash::toCxForm().
double gnash::ColorTransform_as::getBlueOffset | ( | ) | const [inline] |
Referenced by concat(), and gnash::toCxForm().
double gnash::ColorTransform_as::getGreenMultiplier | ( | ) | const [inline] |
Referenced by concat(), and gnash::toCxForm().
double gnash::ColorTransform_as::getGreenOffset | ( | ) | const [inline] |
Referenced by concat(), and gnash::toCxForm().
double gnash::ColorTransform_as::getRedMultiplier | ( | ) | const [inline] |
Referenced by concat(), and gnash::toCxForm().
double gnash::ColorTransform_as::getRedOffset | ( | ) | const [inline] |
Referenced by concat(), and gnash::toCxForm().
void gnash::ColorTransform_as::setAlphaMultiplier | ( | double | am | ) | [inline] |
void gnash::ColorTransform_as::setAlphaOffset | ( | double | ao | ) | [inline] |
void gnash::ColorTransform_as::setBlueMultiplier | ( | double | bm | ) | [inline] |
void gnash::ColorTransform_as::setBlueOffset | ( | double | bo | ) | [inline] |
void gnash::ColorTransform_as::setGreenMultiplier | ( | double | gm | ) | [inline] |
void gnash::ColorTransform_as::setGreenOffset | ( | double | go | ) | [inline] |
void gnash::ColorTransform_as::setRedMultiplier | ( | double | rm | ) | [inline] |
void gnash::ColorTransform_as::setRedOffset | ( | double | ro | ) | [inline] |