From 834cd2b0eaa27cfdba67d712d5d14120c6a441c3 Mon Sep 17 00:00:00 2001 From: rcoh Date: Fri, 4 Feb 2011 23:08:22 -0500 Subject: couple changes --- pixelcore/Pixel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pixelcore') 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 -- cgit v1.2.3