ColorCorrectionPackage.config
Copyright © 1986 by Xerox Corporation. All rights reserved.
Eric Nickell, January 19, 1986 11:02:14 pm PST
ColorCorrectionPackage: CONFIGURATION
IMPORTS AIS, IO, FS, RealFns, Rope, SampleMapOps, VM
EXPORTS ALL
CONTROL SampleArraysImpl, ColorTransformsImpl, ColorCorrectAISImpl, ColorTransformTRCImpl
= BEGIN
SampleArraysImpl;
ColorTransformsImpl;
ColorCorrectAISImpl;
ColorTransformTRCImpl;
END.