aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2011-02-04 23:08:22 -0500
committerGravatar rcoh <rcoh@mit.edu>2011-02-04 23:08:22 -0500
commit834cd2b0eaa27cfdba67d712d5d14120c6a441c3 (patch)
tree2007c9d5b33e16a95f9ebbfec0a61af5b56092a3
parent5a97e7548b0ec44f0d61a724903748197e69df7c (diff)
couple changes
-rw-r--r--pixelcore/Pixel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pixelcore/Pixel.py b/pixelcore/Pixel.py
index 4e7cfce..cf5a328 100644
--- a/pixelcore/Pixel.py
+++ b/pixelcore/Pixel.py
@@ -8,7 +8,7 @@ class Pixel:
keyed by event time). Every time is state is
requested, it processes all the members of its queue. If a member returns none,
it is removed from the queue. Otherwise, its value added to the Pixels color
- weighted by z-index."""
+ weighted by z-index. To get the current color of the pixel, call the state method."""
radius = 2
timeOff = -1