<<-- ColorTrixPackage.config.>> -- Copyright (C) 1985 by Xerox Corporation. All rights reserved. -- Bloomenthal, January 16, 1987 4:27:38 pm PST ColorTrixPackage: CONFIGURATION IMPORTS AIS, Args, Atom, Basics, Buttons, CedarProcess, ChoiceButtons, ClassIncreek, ColorTrixDispatch, ColorDisplay, Commander, CommandTool, Containers, Controls, Convert, Draw2d, FileNames, FS, Imager, ImagerBackdoor, ImagerColor, ImagerColorMap, ImagerColorOperator, ImagerFont, ImagerOps, ImagerPixelArray, ImagerPixelMap, ImagerRaster, ImagerSample, ImagerSmooth, ImagerTerminal, ImagerTransformation, InterminalBackdoor, Interpress, IO, Menus, MessageWindow, PixelMapOps, Process, ProcessProps, Random, Real, RealFns, Rope, RuntimeError, Terminal, TiogaAccess, TiogaExtraOps, TiogaImager, TiogaOps, TIPUser, TypeScript, ViewerEvents, ViewerIO, ViewerOps, ViewerTools EXPORTS ColorTrixBasics, ColorTrixDispatch, ColorTrixFile, ColorTrixMisc, ColorTrixMod, ColorTrixMap, ColorTrixPalette, ColorTrixPix CONTROL ColorTrixBasicsImpl, ColorTrixPaletteImpl, ColorTrixDispatchImpl, ColorTrixCommandsImpl, ColorTrixMiscCommandsImpl, ColorTrixGalleryImpl, ColorTrixInfoCommandImpl, ColorTrixMovieCommandImpl, ColorTrixTextCommandImpl, ColorTrixMapEditCommandImpl, ColorTrixMapCommandsImpl = BEGIN ColorTrixBasicsImpl; ColorTrixFileImpl; ColorTrixMapImpl; ColorTrixMiscImpl; ColorTrixModImpl; ColorTrixPaletteImpl; ColorTrixPixImpl; ColorTrixDispatchImpl; ColorTrixCommandsImpl; ColorTrixGalleryImpl; ColorTrixInfoCommandImpl; ColorTrixMovieCommandImpl; ColorTrixTextCommandImpl; ColorTrixMiscCommandsImpl; ColorTrixMapCommandsImpl; ColorTrixMapEditCommandImpl; END.