Home Is Where The Heart Is Assignment
Contents
Racket Image Library
Racket Image Library Documentation
placement
shapes
Flags
left-to-right
(define (tri-bar-flag/left-to-right width height left-color middle-color right-color) (raise 'not-yet-implemented #t))
top-to-bottom
(define (tri-bar-flag/top-to-bottom width height top-color middle-color bottom-color) (raise 'not-yet-implemented #t))
Home
(define (home roof-side-length roof-color base-width base-height base-color door-width door-height door-color) (raise 'not-yet-implemented #t))
Heart
(define (heart side-length color) (raise 'not-yet-implemented #t))