21 #ifndef GNASH_ASOBJ_COLORTRANSFORM_H
22 #define GNASH_ASOBJ_COLORTRANSFORM_H
41 double ro,
double go,
double bo,
double ao);
72 double _alphaMultiplier;
74 double _blueMultiplier;
76 double _greenMultiplier;
78 double _redMultiplier;
void colortransform_class_init(as_object &where, const ObjectURI &uri)
Initialize the global ColorTransform class.
Definition: ColorTransform_as.cpp:87
This is the base class for type-specific object data.
Definition: Relay.h:49
void registerColorTransformNative(as_object &global)
Definition: ColorTransform_as.cpp:96