Version: 5.2.1
2 Logos
| (require images/logos) | 
Returns the PLT logo, rendered in tinted glass and azure metal by the ray tracer that renders icons.
| Example: | ||
| 
 | 
The default height is the size used for DrRacket splash screen.
(planet-logo [height]) → (is-a?/cbitmap%) height : (and/c rational? (>=/c 0)) = 96 
Returns an unofficial PLaneT logo. This is used as the PLaneT icon when DrRacket downloads PLaneT packages.
| Examples: | ||||
| 
 | 
(stepper-logo [height]) → (is-a?/cbitmap%) height : (and/c rational? (>=/c 0)) = 96 
Returns the algebraic stepper logo.
| Example: | ||
| 
 | 
(macro-stepper-logo [height]) → (is-a?/cbitmap%) height : (and/c rational? (>=/c 0)) = 96 
Returns the macro stepper logo.
| Example: | ||
| 
 | 




