mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-14 00:39:57 -04:00
Docs: Improve HSL example.
This commit is contained in:
parent
42c9f91279
commit
fc7da5fa13
1 changed files with 1 additions and 1 deletions
|
@ -747,7 +747,7 @@ var HSLColor = this.HSLColor = Color.extend(/** @lends HSLColor# */{
|
|||
*
|
||||
* // Create an HSLColor with a hue of 90 degrees, a saturation
|
||||
* // 100% and a lightness of 100%:
|
||||
* circle.fillColor = new HSLColor(90, 1, 1);
|
||||
* circle.fillColor = new HSLColor(90, 1, 0.5);
|
||||
*/
|
||||
|
||||
_colorType: 'hsl'
|
||||
|
|
Loading…
Reference in a new issue