Format
typescript
PSGradient.Reset(mode, begin_color, end_color)class: PSGradient
Description
Reset the gradient.
Parameters
| param_name | type | description |
|---|---|---|
| mode | PSGradientMode | The mode of the gradient color. |
| begin_color | Color | The starting color. |
| end_color | Color | The ending color. |
Return
| type | description |
|---|---|
Reset(PSGradientMode |
