Skip to content

Format

typescript
PSGradient.Reset(mode, begin_color, end_color)

class: PSGradient

Description

Reset the gradient.

Parameters

param_nametypedescription
modePSGradientModeThe mode of the gradient color.
begin_colorColorThe starting color.
end_colorColorThe ending color.

Return

typedescription
Reset(PSGradientMode

Code Example