format
typescript
Gradient.Evaluate(time)class: Gradient
description
Calculates the color value of a gradient at a specified time point.
parameter
| param_name | type | description |
|---|---|---|
| time | number | The time point. |
reture
| type | description |
|---|---|
Color | The color value of the gradient at the specified time point. |
