5.92
2 Logos
(require images/logos) | package: images-lib |
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.
procedure
(planet-logo [#:height 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: | ||||
|
procedure
(stepper-logo [#:height height]) → (is-a?/cbitmap%)
height : (and/c rational? (>=/c 0)) = 96
Returns the algebraic stepper logo.
Example: | ||
|
procedure
(macro-stepper-logo [#:height height]) → (is-a?/cbitmap%)
height : (and/c rational? (>=/c 0)) = 96
Returns the macro stepper logo.
Example: | ||
|