/****
 *
 * Copyright (c) 1988 by Sun Microsystems, Inc.
 * @(#)sh_CMAP.ah 22.1 89/08/10 Copyright 1988 Sun Micro
 *
 * CMAP Class Attributes
 *
 ****/
COL_type	CMAP_INPUT;	/* type of input colors */
COL_type	CMAP_OUTPUT;	/* type of output colors */
COLOR		*((*CMAP_FUNC)()); /* color mapping function */
short		CMAP_OFFSET;	/* offset */
RASTER		CMAP_RASTER;	/* RASTER colormap belongs to */
short		CMAP_SIZE;	/* size */
int		(*cmap_apply_func)(); /* Apply_Cmap implementation */
char		cmap_depth;	/* color map sample depth */
char		cmap_flags;	/* internal flags */
OBJID		cmap_data;	/* color map data areas */
