Hi,  
  
I think that the label foreground and background colours are ok.  
  
#lang racket  
(require racket/gui/base)  
(define bg (get-label-background-color))  
(define fg (get-label-foreground-color))  
  
  
Produces  
  
> (send bg red)  
255  
> (send bg green)  
255  
> (send bg blue)  
255  
> (send fg red)  
0  
> (send fg green)  
0  
> (send fg blue)  
0  
>  
  
which is bg white, fg black, right?  
  
cheers  
  
bruce  
  
  
  



-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/1618340401-c8cecdb594e934e3b5454c7f010926db%40pckswarms.ch.

Reply via email to