set_foreground: function(c) {
        if(c == null) this.foreground = vellum_Glyph.CLEAR_FOREGROUND; else this.foreground = c;
        return this.foreground;
    }