Color Interpolators

Linear

The LinearColorInterpolator is a generalised linear interpolator where you specify the two colours to interpolate between.

Options

Greyscale

The GreyscaleColorInterpolator is a common linear interpolator from Black -> While

public class GreyscaleInterpolator : LinearColorInterpolator, IColorInterpolator

Options

Gold

A custom interpolator which emphasises the mid-range, going from Blue -> Yellow -> Red

Channels

Options

None

Last updated