From f55a4b56e26fdf0fef6470dfb494f4bd14d00235 Mon Sep 17 00:00:00 2001 From: Casey Reas Date: Mon, 5 Aug 2002 16:25:31 +0000 Subject: [PATCH] Correction to math docs. --- todo_casey.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/todo_casey.txt b/todo_casey.txt index c0ad3d486..edabc35be 100644 --- a/todo_casey.txt +++ b/todo_casey.txt @@ -1,3 +1,10 @@ +0043 _ALPHA_ + +# Hex colors are always in RGB, if you set colorMode(HSB, 255); and then set a color with #ffffff it will display the color at RGB + +the println buffer is crashing. run println for a long time watch. + + / / / / / / / / / / I'm totally confused about how mouseDown keyDown mouseUp keyUp is supposed to be working so i can't document it. do you have simple examples?