L_DicomSetPaletteColorLUTAttributes

#include "ltdic.h"

L_LTDIC_API L_UINT16 L_DicomSetPaletteColorLUTAttributes(hDS, pPaletteColorLUTAttributes, uFlags)

Sets the attributes that describe the "Palette Color Lookup Table".

Parameters

HDICOMDS hDS

A DICOM handle.

pDICOMPALCOLORLUTATTRIBS pPaletteColorLUTAttributes

Pointer to a structure containing the "Palette Color Lookup Table" attributes to set.

L_UINT uFlags

Reserved for future use. Pass 0.

Returns

Value Meaning
DICOM_SUCCESS The function was successful.
>0 An error occurred. Refer to Return Codes.

Comments

This function will set the attributes of the "Palette Color Lookup Table". Before calling this function, initialize pPaletteColorLUTAttributes->uStructSize to be sizeof(DICOMPALCOLORLUTATTRIBS) and initialize all the members of the structure.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

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

LEADTOOLS DICOM C API Help

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