←Select platform

DicomPaletteColorLutAttributes Class

Summary

This DicomPaletteColorLutAttributes class is used by the method GetPaletteColorLutAttributes and SetPaletteColorLutAttributes to get and set the attributes that describe the "Palette Color Lookup Table".

Syntax

C#
VB
Java
WinRT C#
C++
public class DicomPaletteColorLutAttributes 
Public Class DicomPaletteColorLutAttributes  
public sealed class DicomPaletteColorLutAttributes  
public class DicomPaletteColorLutAttributes  
function Leadtools.Dicom.DicomPaletteColorLutAttributes() 
public ref class DicomPaletteColorLutAttributes  

Remarks
  • The properties of this class are based on the attributes of the "Palette Color Lookup Module". Please see "Palette Color Lookup Module" in the DICOM standard for more details.
  • According to the DICOM standard when the number of table entries under the "Palette Color Lookup Table" is equal to 2^16 then the number of entries should be 0. However, the 2 methods, GetPaletteColorLutAttributes and SetPaletteColorLutAttributes, do NOT have this limitation. When you call GetPaletteColorLutAttributes it will automatically set the value inside the dataset to 0 if NumberOfEntries is equal to 2^16. The same applies to SetPaletteColorLutAttributes.
Example

For an example, refer to DeletePaletteColorLut.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly