L_CopyBitmapPalette

#include "l_bitmap.h"

L_LTKRN_API L_INT L_CopyBitmapPalette(pDstBitmap, pSrcBitmap)

Copies the palette of a source bitmap and places it into a destination bitmap. Only the palette field of the bitmap handle is copied.

Parameters

pBITMAPHANDLE pDstBitmap

Pointer to the destination bitmap handle into which the palette will be copied. You must have a valid image loaded into the bitmap for this function to work.

pBITMAPHANDLE pSrcBitmap

Pointer to the source bitmap handle. You must have a valid image loaded into the bitmap for this function to work.

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.

The destination bitmap must be allocated and must be 8-bit or less before this function is called. The source bitmap and destination bitmap must have the same bits per pixel. The destination bitmaps existing palette will be destroyed before the copy is made. When the destination bitmap is freed, the palette will also be destroyed.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help