CustomBrick.mesa
Copyright Ó 1988, 1991 by Xerox Corporation. All rights reserved.
Dave Rumph, July 28, 1988 7:07:53 pm PDT
DIRECTORY
PrintColor USING [HalftoneProperties, TonerUniverse],
Rope USING [ROPE];
CustomBrick: CEDAR DEFINITIONS
~
BEGIN
ROPE: TYPE ~ Rope.ROPE;
HalftoneProperties: TYPE ~ PrintColor.HalftoneProperties;
HalftonePropertiesFromRope: PROC [specs: ROPE, tonerUniverse: PrintColor.TonerUniverse] RETURNS [HalftoneProperties];
END.