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

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

ColorResolutionCommand which maps the image pixel values to the palette entries, can also fill in some of the entries with optimized colors if you specify ColorResolutionCommandPaletteFlags.Optimized in the ColorResolutionCommand.PaletteFlags property. In the alpha field (RasterColor.A) of the RasterColor structure, you can enter the following values to control whether the command fills in the entry and whether it 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.
0x02Let the command fill in the color. The command supplies optimized colors to fill and map pixel values to these entries.
0Map pixel values to the color that you supply.