Set the range stops and the input values to apply at those stops.
stop
input
ex.
"ranges": [ { "stop": 0, "input": 0 }, { "stop": 5, "input": 0.5 }, { "stop": 8, "input": 1 }] Copy
"ranges": [ { "stop": 0, "input": 0 }, { "stop": 5, "input": 0.5 }, { "stop": 8, "input": 1 }]
Range
Set the range stops and the input values to apply at those stops.
Properties
stop
: A stop point in the range.input
: [See Property] A value to apply at the stop. The input value must be a NotNullOrObjectex.