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:
Value | Meaning |
---|---|
0x01 | Do not map any pixel values to this entry. Use this value if you want to reserve the entry for later use. |
0 | Map pixel values to the color that you supply. |