// pColor.df // last modified // RML September 23, 1977 4:31 PM - change manifests for color iteration // RML September 24, 1977 2:07 PM - put in CORRECT manifests! // RML April 1, 1978 9:48 PM single page color Press file // PCL December 18, 1979 9:49 AM - make color compatible with Sil manifest [ // cBlackx = 0 // Indicies // cCyanx = 1 // cGreenx = 2 // cMagentax = 3 // cRedx = 4 // cVioletx = 5 // cYellowx = 6 cAquax = 1 // Indicies cBlackx = 0 cCyanx = 2 cDarkBrownx = 3 cGreenx = 4 cLimex = 5 cMagentax = 6 cOrangex = 7 cPinkx = 8 cRedx = 9 cSmokex = 10 cTurquoisex = 11 cUltraVioletx = 12 cVioletx = 13 cYellowx = 14 cWhitex = 15 ] structure vColor: [ color byte hue byte value byte chroma byte ]