Hi, everyone.

I'm using 2htdp/image and I wonder the color description.

DrRacket version 6.12

> (require 2htdp/image)
> (image-color? "red") ; will #t
#t
> (image-color? 1) ; will #f
#f
> (image-color? (color 0 0 0 0)) ; will #t
#t
> (image-color? "pale") ; I don't know about this.
#t
> (image-color? "racket") ; will #f
#t
> (image-color? "#000000") ; I don't know about this.
#t

And, look at the uploaded picture.
Please match the behavior between the rectangle and image-color? functions.

Thanks,
Haruo Wakakusa

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to