PaintPalette property (ILEADRasterView)
PaintPaletteConstants PaintPalette | |
Overview |
Refer to Displaying an Image. |
Remarks
(Persistent property, available at design time) Specifies whether to force use of a fixed palette when painting images on a device that displays 256 colors or less.
Using the fixed palette improves the overall display of multiple images. You can specify either the LEAD fixed palette or the Netscape fixed palette. The Netscape fixed palette is the same palette used by Netscape Navigator and Microsoft Internet Explorer.
Setting |
Description |
PAINTPALETTE_AUTO |
Use the bitmap's own palette if available; otherwise use the LEAD fixed palette. |
PAINTPALETTE_FIXED |
Always use the LEAD fixed palette. |
PAINTPALETTE_AUTONETSCAPE |
Use the bitmap's own palette if available; otherwise use the Netscape fixed palette. |
PAINTPALETTE_FIXEDNETSCAPE |
Always use the Netscape fixed palette. |
See Also