diff --git a/collects/teachpack/htdp/Docs/image.thtml b/collects/teachpack/htdp/Docs/image.thtml index f6a8aaffd9..51cee5a570 100644 --- a/collects/teachpack/htdp/Docs/image.thtml +++ b/collects/teachpack/htdp/Docs/image.thtml @@ -56,6 +56,11 @@ The first group of functions creates basic shapes (Image):
  • {(idx triangle)} : Int Mode Color -> Image
    to create an upward pointing equilateral triangle using the given edge size and color +
  • {(idx star)} : Int[>=2] Int[>=1] Int[>=1] Mode Color -> Image
    + to create a multi-pointed star; the first number specifies + the number of points, the second specifies the radius where + the points begin and the third specifies the radius where they end. +
  • {(idx line)} : Int Int Color -> Image
    to create an image with a colored line from (0,0) to the point with the given coordinates