added Colors documentation
git-svn-id: svn://anubis/anaglym/trunk@272 99a6e188-d820-4881-8870-2d33a10e2619
This commit is contained in:
parent
e8c3497ddb
commit
54810b11dc
1
.todo
1
.todo
@ -1,4 +1,3 @@
|
|||||||
document color value ranges
|
|
||||||
document 3D coordinate system
|
document 3D coordinate system
|
||||||
add audio capabilities
|
add audio capabilities
|
||||||
add fillCircle()
|
add fillCircle()
|
||||||
|
@ -25,6 +25,7 @@ The library functions are documented below.
|
|||||||
<a href="#overview">Overview</a>
|
<a href="#overview">Overview</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#invocation">Invocation</a></li>
|
<li><a href="#invocation">Invocation</a></li>
|
||||||
|
<li><a href="#colors">Colors</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
@ -59,6 +60,15 @@ The library functions are documented below.
|
|||||||
</ul>
|
</ul>
|
||||||
</p>
|
</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 />
|
<hr />
|
||||||
|
|
||||||
<a name="ag" />
|
<a name="ag" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user