Returns the specific ClipEffectItem in the ClipEffect
which is associated to this mapped item.
For all items driven by a clip there could be an associated clip effect which would
affect the value after the evaluation of the animation source. Each clip effect contains
one or more items (ClipEffectItems) that work together to create the effect.
// get accessor ClipEffectItem rtn = MappedItem.ClipEffectItem; |