summaryrefslogtreecommitdiff
path: root/instructions.html
diff options
context:
space:
mode:
authorjules <jules@okfoc.us>2014-01-07 00:09:50 -0500
committerjules <jules@okfoc.us>2014-01-07 00:09:50 -0500
commit981269960b6d8ce4b8c6e4da7f5979e2f7eea231 (patch)
tree60d3d3b8d9d227a7b2340390a95b6e2cf00a1bf2 /instructions.html
parent7d4ab95905b095b60a1fc0fcae7ba250705622cf (diff)
black() white() red()
Diffstat (limited to 'instructions.html')
-rw-r--r--instructions.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/instructions.html b/instructions.html
index 32474cf..ef84503 100644
--- a/instructions.html
+++ b/instructions.html
@@ -40,8 +40,11 @@ rand(n), randint(n)
choice(array)
deg(radians), rad(degrees)
-<u>color functions</u>
-rgb(x,y,z) (setter)
+<u>set pixel color</u>
+rgb(r,g,b)
+black() white() red()
+
+<u>color spaces</u>
rgb2xyz(rgb)
xyz2rgb(xyz)
xyz2hunterlab(xyz)