From 5b33d6559c914194141648afd20538e3134cce32 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Mon, 10 Oct 2005 15:40:27 +0000 Subject: [PATCH] updated docs to show that strings are allowed for solid and outline parameters svn: r1034 --- teachpack/htdp/Docs/image.thtml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/teachpack/htdp/Docs/image.thtml b/teachpack/htdp/Docs/image.thtml index 1e38fa6dfd..688ee6433b 100644 --- a/teachpack/htdp/Docs/image.thtml +++ b/teachpack/htdp/Docs/image.thtml @@ -5,12 +5,13 @@ This teachpack provides primitives for constructing and manipulating images. These functions create basic shapes. The mode can be either -'solid, meaning the shape is filled in, or -'outline, meaning the shape is hollow. Image +'solid or "solid", meaning the +shape is filled in, or 'outline or +"outline", meaning the shape is hollow. Image colors can be either symbols (like 'blue), strings (like "blue"), or color structs (like -(make-color 0 0 255)) -- see below for -more information about color structs. +(make-color 0 0 255)) -- see below for more +information about color structs.
  • {(idx rectangle)} : int int mode image-color -> image