XlBitmapExtras.mesa
Copyright
Ó 1992 by Xerox Corporation. All rights reserved.
Created by Christian Jacobi, August 21, 1992 3:00:21 pm PDT
Christian Jacobi, January 4, 1993 12:22 pm PST
This functionality should have been included into XlBitmap.
DIRECTORY XlBitmap;
XlBitmapExtras:
CEDAR
DEFINITIONS =
BEGIN
GetColormap:
PROC [bitmap: XlBitmap.Bitmap]
RETURNS [
REF
ANY];
Returns colormap as was associated to bitmap with SetColormap
END.