DD::Image::CurveDescription Struct Reference
List of all members.
|
Public Types |
| enum | { eNormal,
eReadOnly
} |
Public Attributes |
|
const char * | name |
| | name of curve (should be short). NULL ends the table
|
|
const char * | defaultValue |
| | string to parse to get the default curve
|
|
void(* | buildCallback )(void *curve) |
| | Ony for internal use, callback used to build the curve.
|
|
int | flags |
| | bitmask with above values in it
|
|
const char * | tooltip |
Detailed Description
Table entry describing one of the curves. You must create a static table of these and use it in the constructor of your
LookupCurves object. Warning: the pointer to the table is copied into Nuke and it must remain in existence even if the
LookupCurves object is destroyed.