Plaster

common-lisp
(set-rgba-fill 0 250 0 0.35);;green (rectangle border border half-half-border half-half-border) (fill-path) (rectangle (+ (/ border 2) half) border half-half-border half-half-border) (set-rgba-fill 250 250 0 0.35);;yellow (fill-path) (rectangle border hhalf half-half-border half-half-border) (set-rgba-fill 250 0 0 0.35);;red (fill-path) (rectangle hhalf whalf half-half-border half-half-border) (set-rgb-fill 145 216 247) ;;0.35;;blue (fill-path)