COLORMAPCOLORMAP*
*



Contents  *



Index  *Topic Contents
*Previous Topic: Toolbar Control Structures
*Next Topic: NMTBCUSTOMDRAW

COLORMAP


typedef struct _COLORMAP { 
    COLORREF from; 
    COLORREF to; 
} COLORMAP, FAR* LPCOLORMAP; 
 

Contains information used by the CreateMappedBitmap function to map the colors of the bitmap.

from
Color to map from.
to
Color to map to.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.