diff options
| author | jules <jules@okfoc.us> | 2013-12-17 00:46:57 -0500 |
|---|---|---|
| committer | jules <jules@okfoc.us> | 2013-12-17 00:46:57 -0500 |
| commit | ac9718afa2a3f9066862ccca87bb168222e4f442 (patch) | |
| tree | 7a9f6fcb3a295df61f28935c994a904f14a5a028 /instructions.html | |
| parent | f85814b15b6f6d0a80e0e15dc1d15e8c43147b99 (diff) | |
step forward, fix frame-giving issue
Diffstat (limited to 'instructions.html')
| -rw-r--r-- | instructions.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/instructions.html b/instructions.html index 435a9d9..7fb31c4 100644 --- a/instructions.html +++ b/instructions.html @@ -11,9 +11,9 @@ i{ color: #666; } </head> <body> <pre id="pre"><u>function parameters</u> -x, y = position of pixel +w, h, x, y t = current time (ms) -d = imageData array +d[] = imageData array r, g, b, a = color values mousex, mousey |
