Docs: Improve HSL example.

This commit is contained in:
Jürg Lehni 2011-07-31 15:46:26 +01:00
parent 42c9f91279
commit fc7da5fa13

View file

@ -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'