![]()  | ||
  | ||
  | ||
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.
 
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.