Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.21
ColorResolutionCommand and UsePalette Options

The palette that you supply is an array of RasterColor values. The RasterColor structure has five one-byte fields as follows:

ColorResolutionCommand maps the image pixel values to the palette entries that are not reserved. In the alpha field (RasterColor.A) of the RasterColor structure, you can enter the following values to control whether the function maps any pixel values to the entry:

ValueMeaning
0x01Do not map any pixel values to this entry. Use this value if you want to reserve the entry for later use.
0Map pixel values to the color that you supply.