ColorInterpolatorProxy :
Traversable
Position2DInterpolatorProxy : Traversable
ScalarInterpolatorProxy : Traversable
|
set_fraction |
Yes. |
|
key |
Yes. |
|
keyValue |
Yes. |
|
value_changed |
Yes. |
The implementation of the interpolator nodes is contained within the Core defined ColorInterpolator, Position2DInterpolator and ScalarInterpolator classes. The work of performing the necessary interpolation is done by the Onset_fraction() method in these three classes.
The only use for the proxy objects that are associated with the interpolators, is to implement the Print() method.