-- ColorTrixPackage.config.
-- Copyright (C) 1985 by Xerox Corporation. All rights reserved.
-- Bloomenthal, May 14, 1986 0:48:09 am PDT
ColorTrixPackage: CONFIGURATION
IMPORTS AIS, Basics, Buttons, CedarProcess, ColorDisplay, Commander, CommandTool, Convert, FileNames, FS, Imager, ImagerBackdoor, ImagerColorMap, ImagerColorOperator, ImagerFont, ImagerOps, ImagerPath, ImagerPixelArray, ImagerPixelMap, ImagerRaster, ImagerSample, ImagerSmooth, ImagerTerminal, ImagerTransformation, InterminalBackdoor, Interpress, IO, IPMaster, Menus, PixelMapOps, Process, ProcessProps, Random, Real, RealFns, Rope, Terminal, TIPUser, TypeScript, VFonts, ViewerEvents, ViewerIO, ViewerOps, ViewerTools
CONTROL ControlsImpl, ColorTrixBasicsImpl, ColorTrixPaletteImpl, ColorTrixCommandsImpl, ColorTrixMapCommandsImpl, ColorTrixMapEditImpl
=
BEGIN
ArgsImpl;
ControlsImpl;
ColorTrixBasicsImpl;
ColorTrixPaletteImpl;
ColorTrixFileImpl;
ColorTrixPixImpl;
ColorTrixModImpl;
ColorTrixMapImpl;
ColorTrixCommandsImpl;
ColorTrixMapCommandsImpl;
ColorTrixMapEditImpl;
END.