ColorDisplayCaseDoc.tioga
Jules Bloomenthal, October 24, 1985 5:20:05 pm PDT
CEDAR 6.0 — FOR INTERNAL XEROX USE ONLY
ColorDisplayCase
a collection of programs for modifying the color display
Jules Bloomenthal
© Copyright 1985 Xerox Corporation. All rights reserved.
Abstract: A collection of programs for modifying the color display have been written with an emphasis on interactivity through the command tool and speed of image processing.
Keywords: color display, color map, frame buffer.
XEROX  Xerox Corporation
   Palo Alto Research Center
   3333 Coyote Hill Road
   Palo Alto, California 94304

For Internal Xerox Use Only
Software Environment
Bringover -p /Cedar/CedarChest6.0/Top/ColorDisplayCase.df.
For programming, refer to ColorDisplayCase.mesa.
Program Summaries
Flash:  Continuously fill the color map with random values. This is not as useless as
  may sound; often anomalies hidden in an image become obvious.
Mono:  Set the color map to be linear ramp from 0 through 255.
Gamma:  Set the color map to gamma (= 2.2) corrected grayscale.
Lum:  Converts pseudo-color to luminance; converts the colordisplay accordingly.
Cycle:  No graphics lab is complete without this program.
PrintColorMap: Prints the values of the color map entries as three columns (r, g, and b).
See Also
/Cedar/CedarChest6.0/Top/ColorDisplay.df.
/Cedar/CedarChest6.0/Top/RawColorDisplay.df.