Color Interpolators
Last updated
Last updated
The LinearColorInterpolator
is a generalised linear interpolator where you specify the two colours to interpolate between.
The GreyscaleColorInterpolator
is a common linear interpolator from Black -> While
A custom interpolator which emphasises the mid-range, going from Blue -> Yellow -> Red
None
Property
Type
Description
Start
Color
Color if value is 0
End
Color
Color if value is 1
Property
Type
Description
Reverse
bool
If true, starts from white instead of black
Channel
Formula
Graph
Red
Green
Blue