File tree 2 files changed +5
-3
lines changed
draw-doc/scribblings/draw
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 12
12
The global @indexed-racket[the-color-database] object is an instance of
13
13
@racket[color-database<%>]. It maintains a database of standard RGB
14
14
colors for a predefined set of named colors (such as ``black'' and
15
- ``light gray'').
15
+ ``light gray''). See @method[color-database<%> find-color] for
16
+ information on how color names are normalized.
16
17
17
18
The following colors are in the database:
18
19
@(colors
@@ -203,7 +204,8 @@ See also @racket[color%].
203
204
"cornflower blue "
204
205
" CORNFLOWER BLUE "
205
206
"cornflower blue " )]
206
- }
207
+
208
+ @history[#:changed "1.16 " @elem{Changed normalization to more generally remove spaces.}]}
207
209
208
210
209
211
@defmethod[(get-names) (listof string?)]{
Original file line number Diff line number Diff line change 17
17
18
18
(define pkg-authors '(mflatt))
19
19
20
- (define version "1.15 " )
20
+ (define version "1.16 " )
You can’t perform that action at this time.
0 commit comments