CtFill.mesa
Copyright Ó 1988, 1992 by Xerox Corporation. All rights reserved.
Bloomenthal, July 3, 1992 1:30 pm PDT
DIRECTORY CtBasic, Imager;
CtFill: CEDAR DEFINITIONS
~ BEGIN
Imported Types
VEC: TYPE ~ Imager.VEC;
SampleMaps: TYPE ~ CtBasic.SampleMaps;
Fill Procedures
Fill:
PROC [maps: SampleMaps, seed:
VEC, r, g, b:
CARDINAL];
4-connected fill of the sample map with pixel value, from given seed point.
If 8 bpp, use r as fill value
END.