Tritone
FunctionV9({input = Percentage, output = HsvColor}) - Define a gradient with three colors
Define a color gradient by specifying its two extrema colors and a middle color.
Variables:
- Begin Color: First color of the gradient
- Intermediate Color: Intermediate color of the gradient
- End Color: Last color of the gradient
- Intermediate Position: The position of the intermediate color within the gradient (50% by default)
- Mid Point 1: Position of the mean betweenBegin ColorandIntermediate Color
- Mid Point 2: Position of the mean betweenIntermediate ColorandEnd Color