ColorInterpolator node


This interpolator is used to interpolate colors.

See Interpolators for a detailed explanation on how interpolators work and when to use them.


SFFloat set_fraction 0 :
Value usaly routed from the TimeSensor.fraction_changed field. See Interpolators.

SFColor value_changed 0 0 :
When a new color is computed form the ColorInterpolator, it is sent to the value_changed field.

MFFloat key [] :
List of float values between 0 and 1. See Interpolators.

MFColor keyValue [] :
Contains a color (the 3 RGB components) for each value of the key list.