| MRampAttribute ()
|
| MRampAttribute (const MRampAttribute & other)
|
| MRampAttribute (const MPlug & obj, MStatus * ReturnStatus = NULL)
|
| MRampAttribute (const MObject & node, const MObject & attr, MStatus * ReturnStatus = NULL)
|
MRampAttribute & | operator = ( const MRampAttribute & other )
|
| ~MRampAttribute ()
|
enum | MInterpolation
| kLinear
| | kNone
| | kSpline
| | kSmooth
|
|
unsigned int | getNumEntries ( MStatus * returnStatus = NULL)
|
void | getEntries ( MIntArray & indexes, MFloatArray & positions, MFloatArray & values, MIntArray & interps, MStatus * returnStatus = NULL)
|
void | getEntries ( MIntArray & indexes, MFloatArray & positions, MColorArray & colors, MIntArray & interps, MStatus * returnStatus = NULL)
|
void | addEntries ( MFloatArray & positions, MColorArray & values, MIntArray & interps, MStatus * returnStatus = NULL)
|
void | addEntries ( MFloatArray & positions, MFloatArray & values, MIntArray & interps, MStatus * returnStatus = NULL)
|
void | deleteEntries ( MIntArray & indexes, MStatus * returnStatus = NULL)
|
void | setColorAtIndex ( MColor & color, unsigned int index, MStatus * returnStatus = NULL)
|
void | setValueAtIndex (float value, unsigned int index, MStatus * returnStatus = NULL)
|
void | setPositionAtIndex (float position, unsigned int index, MStatus * returnStatus = NULL)
|
void | setInterpolationAtIndex ( MRampAttribute::MInterpolation interp, unsigned int index, MStatus * returnStatus = NULL)
|
bool | isColorRamp ( MStatus * returnStatus = NULL)
|
bool | isCurveRamp ( MStatus * returnStatus = NULL)
|
void | getColorAtPosition (float position, MColor & color, MStatus * returnStatus = NULL, MDGContext & = MDGContext::fsNormal )
|
void | getValueAtPosition (float position, float& value, MStatus * returnStatus = NULL, MDGContext & = MDGContext::fsNormal )
|
static MObject | createCurveRamp ( MString & attrLongName, MString & attrShortName, MStatus * ReturnStatus = NULL)
|
static MObject | createColorRamp ( MString & attrLongName, MString & attrShortName, MStatus * ReturnStatus = NULL)
|