INTERFACEThese are theParseColor ; IMPORT PaintOp;
standard
colors for the parsing views.
They are read only.
VAR (* CONST *) Virgin : PaintOp.T; Current : PaintOp.T; Accepted : PaintOp.T; Error : PaintOp.T; Passive : PaintOp.T; Active : PaintOp.T; Highlight : PaintOp.T; Clear : PaintOp.T; END ParseColor.