CCTTool.mesa
Copyright © 1986 by Xerox Corporation. All rights reserved.
Eric Nickell, January 17, 1986 6:00:45 pm PST
~
BEGIN
ToggleButton: TYPE ~ {alreadyLog, invertIn, invertOut};
printTrcs: ARRAY [0..3) OF ColorTransforms.TRC;
transform: ColorTransforms.Transform;
toggleButton: PACKED ARRAY ToggleButton OF BOOLEAN;
ucrGamma, ucrThreshold, ucrFraction: REAL;
Flush:
PROC;
Use this to force any edits made to the tool to take effect, even if the input focus is still in a viewer.