L_DupBitmapPalette

Summary

Creates a Windows HPALETTE from the specified bitmaps palette.

Syntax

#include "l_bitmap.h"

L_LTKRN_API L_HPALETTE L_DupBitmapPalette(pBitmap)

Parameters

pBITMAPHANDLE pBitmap

Pointer to the bitmap whose palette is to be duplicated.

Returns

Handle of the palette that is created.

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 bitmap must be 8-bit or less in order to have a valid palette.

The palette returned by this function must be destroyed using the Windows C API DeleteObject() when it is no longer needed.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

See Also

Functions

Topics

Example

For an example, refer to L_ChangeToDDB.

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.