track .transparency .level .interpolation .set  (  Mode  )  
                                     
Description :

This instruction assigns an interpolation mode to all the transparency level keys in a track.

Parameters :

  • The exclusive modes:
    INTERP_FRONT
    INTERP_LINEAR (default)
    INTERP_TCBSPLINE

    can be combined with:
    INTERP_RELATIVEVALUE

    For example:
    INTERP_TCBSPLINE (right)
    INTERP_TCBSPLINE | INTERP_RELATIVEVALUE (right)
    INTERP_TCBSPLINE | INTERP_FRONT (wrong)

Examples :