L_PutBitmapColors

Summary

Updates part or all of the bitmap handle's palette with colors from your palette.

Syntax

#include "l_bitmap.h"

L_LTKRN_API L_INT L_PutBitmapColors(pBitmap, nIndex, nCount, pPalette)

Parameters

pBITMAPHANDLE pBitmap

Pointer to the bitmap handle to update.

L_INT nIndex

The index of the first color to update.

L_INT nCount

The number of colors to update.

L_RGBQUAD* pPalette

The array of RGBQUAD values that make up your palette.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

This function does not support signed data images. It returns the error code ERROR_SIGNED_DATA_NOT_SUPPORTED if a signed data image is passed to this function.

You specify the index of the first color and the number of colors to update in the pPalette. For the reverse action, refer to L_GetBitmapColors.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

See Also

Functions

Topics

Example

For an example, refer to L_GetBitmapColors.

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.