You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
778 B
778 B
Sample Gradient
Menu Path : Operator > Sampling > Sample Gradient
The Sample Gradient Operator samples a gradient at a specified time between 0 and 1.
Operator properties
| Input | Type | Description |
|---|---|---|
| Gradient | Gradient | The gradient this Operator samples. |
| Time | float | The time this Operator uses to sample the gradient. This value is clamped between 0 and 1. |
| Output | Type | Description |
|---|---|---|
| s | Vector4 | The sampled value from the gradient. |