re-directed image

svn: r15878
This commit is contained in:
Matthias Felleisen 2009-09-04 08:38:40 +00:00
parent 217b1b0464
commit bc404aaa54

View File

@ -16,6 +16,9 @@ shapes. Additional primitives allow for the composition of images.
@defproc[(image? [x any/c]) boolean?]{Is @scheme[x] an image?}
@defproc[(image=? [x image?] [y image?]) boolean?]{Are @scheme[x] and
@scheme[y] the same image?}
@;-----------------------------------------------------------------------------
@section[#:tag "modes-colors"]{Modes and Colors}