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.