Methods
(static) createGradient() → {void}
- Source
Returns:
- Type:
- void
(static) createHorizontalGradient(width, height, startColor, endColor, smoothness) → {void}
Parameters:
Name | Type | Description |
---|---|---|
width | dynamic | |
height | dynamic | |
startColor | dynamic | |
endColor | dynamic | |
smoothness | dynamic |
- Source
Returns:
- Type:
- void
(static) createVerticalGradient(width, height, startColor, endColor, smoothness) → {void}
Parameters:
Name | Type | Description |
---|---|---|
width | dynamic | |
height | dynamic | |
startColor | dynamic | |
endColor | dynamic | |
smoothness | dynamic |
- Source
Returns:
- Type:
- void
(static) init() → {void}
- Source
Returns:
- Type:
- void
(static) recreateGradient() → {void}
- Source
Returns:
- Type:
- void