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