<static> HSLColorWheel(s, l) → {array}
Get HSL color wheel values in an array which will be 360 elements in size.
Parameters
Name | Type | Argument | Default | Description |
---|---|---|---|---|
s | number | <optional> | 0.5 | The saturation, in the range 0 - 1. |
l | number | <optional> | 0.5 | The lightness, in the range 0 - 1. |
Returns
array -
An array containing 360 elements corresponding to the HSL color wheel.
- Source code: utils/Color.js (Line 735)
Please login to continue.