ColorTrixPix.mesa
Copyright © 1985 by Xerox Corporation. All rights reserved.
Bloomenthal, March 24, 1986 10:48:13 am PST
Procedures for creating a picture on the color display.
DIRECTORY ImagerPixelMap;
ColorTrixPix: CEDAR DEFINITIONS
~ {
Color Display Picture Creation Procedures:
Dither: PROC [pm: ImagerPixelMap.PixelMap, intensity: NAT];
Dither the pixel map to produce the given intensity.
RampH: PROC [pm: ImagerPixelMap.PixelMap];
Put a horizontal ramp in the color display.
RampV: PROC [pm: ImagerPixelMap.PixelMap];
Put a vertical ramp in the color display.
Pie: PROC [pm: ImagerPixelMap.PixelMap];
Put a circular ramp in the color display.
}.