14 #ifndef OSG_COLORMATRIX
15 #define OSG_COLORMATRIX 1
18 #include <osg/StateAttribute>
32 _matrix(cm._matrix) {}
59 virtual void apply(
State& state)
const;
#define COMPARE_StateAttribute_Types(TYPE, rhs_attribute)
virtual int compare(const StateAttribute &sa) const
const Matrix & getMatrix() const
void setMatrix(const Matrix &matrix)
#define META_StateAttribute(library, name, type)
#define COMPARE_StateAttribute_Parameter(parameter)
ColorMatrix(const ColorMatrix &cm, const CopyOp ©op=CopyOp::SHALLOW_COPY)