aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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