Fix HSLColor documentation.

This commit is contained in:
Jürg Lehni 2011-08-01 08:53:28 +01:00
parent 5b963b13e1
commit 0e6aeac28c

View file

@ -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);
*/