PrintColorPackage.config
Copyright Ó 1988, 1989, 1991, 1992 by Xerox Corporation. All rights reserved.
Michael Plass, October 28, 1993 1:36 pm PDT
Tim Diebert: February 7, 1989 1:20:36 pm PST
Provides Imager support for halftoning color printers
PrintColorPackage: CONFIGURATION
IMPORTS Convert, FunctionCache, Imager, ImagerBitmapContext, ImagerBrick, ImagerColor, ImagerColorPrivate, ImagerDevice, ImagerDeviceColor, ImagerDeviceWorks, ImagerManhattan, ImagerMaskCache, ImagerPixel, ImagerPixelArray, ImagerRaster, ImagerSample, ImagerTransformation, IO, Real, Rope, RuntimeError, SF
EXPORTS ALL
CONTROL
CustomBrickImpl,
ImagerPrintColorImpl,
ImagerPrintContextImpl,
ImagerFourColorContextImpl
= BEGIN
CustomBrickImpl;
ImagerPrintColorImpl;
ImagerPrintContextImpl;
ImagerFourColorContextImpl;
END.