fix color-frame docs
closes PR 14733
This commit is contained in:
parent
5d6ecd7754
commit
c7e23b867e
|
@ -1433,7 +1433,7 @@ the parts that fit onto @racket[scene].
|
||||||
(ellipse 20 10 "solid" "navy"))]
|
(ellipse 20 10 "solid" "navy"))]
|
||||||
}
|
}
|
||||||
|
|
||||||
@defproc[(color-frame [image image?] [color (or/c pen? image-color?)]) image?]{
|
@defproc[(color-frame [color (or/c pen? image-color?)] [image image?]) image?]{
|
||||||
Like @racket[frame], except with the given @racket[color].
|
Like @racket[frame], except with the given @racket[color].
|
||||||
|
|
||||||
@history[#:added "1.1"]
|
@history[#:added "1.1"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user