Use real contract in bitmap% docs
(cherry picked from commit 2fdc56db3a
)
This commit is contained in:
parent
8d0d481d63
commit
60f3e79bb8
|
@ -62,7 +62,7 @@ When a @racket[bits] byte string is provided: Creates a monochrome
|
||||||
[y real?]
|
[y real?]
|
||||||
[width exact-nonnegative-integer?]
|
[width exact-nonnegative-integer?]
|
||||||
[height exact-nonnegative-integer?]
|
[height exact-nonnegative-integer?]
|
||||||
[pixels (and/c bytes? mutable?)]
|
[pixels (and/c bytes? (not/c immutable?))]
|
||||||
[just-alpha? any/c #f]
|
[just-alpha? any/c #f]
|
||||||
[pre-multiplied? any/c #f])
|
[pre-multiplied? any/c #f])
|
||||||
void?]{
|
void?]{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user