Gnash  0.8.10
Public Member Functions
gnash::ColorTransform_as Class Reference

#include <ColorTransform_as.h>

Inheritance diagram for gnash::ColorTransform_as:
gnash::Relay

List of all members.

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)

Constructor & Destructor Documentation

gnash::ColorTransform_as::ColorTransform_as ( double  rm,
double  gm,
double  bm,
double  am,
double  ro,
double  go,
double  bo,
double  ao 
)

Member Function Documentation

void gnash::ColorTransform_as::concat ( const ColorTransform_as other)
double gnash::ColorTransform_as::getAlphaMultiplier ( ) const [inline]

Referenced by gnash::toCxForm(), and concat().

double gnash::ColorTransform_as::getAlphaOffset ( ) const [inline]

Referenced by gnash::toCxForm(), and concat().

double gnash::ColorTransform_as::getBlueMultiplier ( ) const [inline]

Referenced by gnash::toCxForm(), and concat().

double gnash::ColorTransform_as::getBlueOffset ( ) const [inline]

Referenced by gnash::toCxForm(), and concat().

double gnash::ColorTransform_as::getGreenMultiplier ( ) const [inline]

Referenced by gnash::toCxForm(), and concat().

double gnash::ColorTransform_as::getGreenOffset ( ) const [inline]

Referenced by gnash::toCxForm(), and concat().

double gnash::ColorTransform_as::getRedMultiplier ( ) const [inline]

Referenced by gnash::toCxForm(), and concat().

double gnash::ColorTransform_as::getRedOffset ( ) const [inline]

Referenced by gnash::toCxForm(), and concat().

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]

The documentation for this class was generated from the following files: