mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 06:00:56 -05:00
Fix HSLColor documentation.
This commit is contained in:
parent
5b963b13e1
commit
0e6aeac28c
1 changed files with 1 additions and 1 deletions
|
@ -746,7 +746,7 @@ var HSLColor = this.HSLColor = Color.extend(/** @lends HSLColor# */{
|
|||
* var circle = new Path.Circle(new Point(80, 50), 30);
|
||||
*
|
||||
* // Create an HSLColor with a hue of 90 degrees, a saturation
|
||||
* // 100% and a lightness of 100%:
|
||||
* // 100% and a lightness of 50%:
|
||||
* circle.fillColor = new HSLColor(90, 1, 0.5);
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue