LPRGBQUAD pPalette (with CRF_USERPALETTE)

The palette that you supply is an array of RGBQUAD values. The RGBQUAD structure (defined in WINDOWS.H) has four one-byte fields as follows:

L_ColorResBitmap maps the bitmap's pixel values to the palette entries that are not reserved. In the last field of the RGBQUAD structure (rgbReserved), you can enter the following flags to control whether the function maps any pixel values to the entry:

Value Meaning
RGB_RESERVED [0x01] Do not map any pixel values to this entry. Use this flag if you want to reserve the entry for later use.
0 Map pixel values to the color that you supply.
Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.