273274275276277278279
} if (esMagenta()) { Match(new VT("TK_MAGENTA")); return Color.magenta; } throw new ColorException("Esperaba color."); }
204205206207208209210
} if (esMagenta()) { Match(new VT("TK_MAGENTA")); return; } throw new ColorException("Esperaba color"); }