From 54810b11dc6a69722eb07925a3a5f4a2820a49d5 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 2 Mar 2010 15:50:02 +0000 Subject: [PATCH] added Colors documentation git-svn-id: svn://anubis/anaglym/trunk@272 99a6e188-d820-4881-8870-2d33a10e2619 --- .todo | 1 - doc/index.html | 10 ++++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.todo b/.todo index ce1ba5d..6cb1134 100644 --- a/.todo +++ b/.todo @@ -1,4 +1,3 @@ -document color value ranges document 3D coordinate system add audio capabilities add fillCircle() diff --git a/doc/index.html b/doc/index.html index f948076..59493b6 100644 --- a/doc/index.html +++ b/doc/index.html @@ -25,6 +25,7 @@ The library functions are documented below. Overview
  • @@ -59,6 +60,15 @@ The library functions are documented below.

    + +

    Colors

    + +

    +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. +

    +