Browse Source

add light documentation

OpenShift guest 12 years ago
parent
commit
4c35f20a43
1 changed files with 9 additions and 1 deletions
  1. 9 1
      docs/api/lights/Light.html

+ 9 - 1
docs/api/lights/Light.html

@@ -17,12 +17,20 @@
 		<h2>Constructor</h2>
 
 		<h3>[name]( [page:Integer hex] )</h3>
+		<div>
+		[page:Integer hex] — Numeric value of the RGB component of the color.
+		</div>
+		<div>
+		This creates a light with color.<br />
+		</div>
 
 
 		<h2>Properties</h2>
 
 		<h3>.[page:Color color]</h3>
-
+		<div>
+		Color of the light.<br />
+		</div>
 
 		<h2>Source</h2>