14#ifndef OSG_COLORMATRIX
15#define OSG_COLORMATRIX 1
#define COMPARE_StateAttribute_Parameter(parameter)
Definition StateAttribute:69
#define COMPARE_StateAttribute_Types(TYPE, rhs_attribute)
Definition StateAttribute:57
virtual int compare(const StateAttribute &sa) const
Definition ColorMatrix:37
Matrix _matrix
Definition ColorMatrix:65
ColorMatrix(const ColorMatrix &cm, const CopyOp ©op=CopyOp::SHALLOW_COPY)
Definition ColorMatrix:30
virtual ~ColorMatrix(void)
void setMatrix(const Matrix &matrix)
Definition ColorMatrix:50
Matrix & getMatrix()
Definition ColorMatrix:53
const Matrix & getMatrix() const
Definition ColorMatrix:56
META_StateAttribute(osg, ColorMatrix, COLORMATRIX)
virtual void apply(State &state) const
@ SHALLOW_COPY
Definition CopyOp:47
@ COLORMATRIX
Definition StateAttribute:160
Matrixd Matrix
Definition Matrix:27
#define OSG_EXPORT
Definition osg/Export:39