IColorInterpolator
Last updated
Last updated
Colour interpolators implement the IColorInterpolator
interface
Given a number between 0 - 1, colour interpolators will map it to a colour.
For more examples, and the complete list of available colour interpolators, see Rendering.ColorInterpolators
The GreyscaleColorInterpolator is a common linear interpolator from Black -> While
A generalised linear interpolator where you specify the two colours to interpolate between.
A custom interpolator which emphasises the mid-range, going from Blue -> Yellow -> Red