added Colors documentation

git-svn-id: svn://anubis/anaglym/trunk@272 99a6e188-d820-4881-8870-2d33a10e2619
This commit is contained in:
Josh Holtrop 2010-03-02 15:50:02 +00:00
parent e8c3497ddb
commit 54810b11dc
2 changed files with 10 additions and 1 deletions

1
.todo
View File

@ -1,4 +1,3 @@
document color value ranges
document 3D coordinate system
add audio capabilities
add fillCircle()

View File

@ -25,6 +25,7 @@ The library functions are documented below.
<a href="#overview">Overview</a>
<ul>
<li><a href="#invocation">Invocation</a></li>
<li><a href="#colors">Colors</a></li>
</ul>
</li>
<li>
@ -59,6 +60,15 @@ The library functions are documented below.
</ul>
</p>
<a name="colors" />
<h3>Colors</h3>
<p>
Unless otherwise noted, color values described in this document
consist of red, green, and blue components.
Each component is a real number that can range from 0.0 to 1.0.
</p>
<hr />
<a name="ag" />