Visual Basic (Declaration) | |
---|---|
Public Class DicomPaletteColorLutAttributes |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomPaletteColorLutAttributes |
C# | |
---|---|
public class DicomPaletteColorLutAttributes |
C++/CLI | |
---|---|
public ref class DicomPaletteColorLutAttributes |
For an example, refer to DicomDataSet.DeletePaletteColorLut.
- 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, DicomDataSet.GetPaletteColorLutAttributes and DicomDataSet.SetPaletteColorLutAttributes, do NOT have this limitation. When you call DicomDataSet.GetPaletteColorLutAttributes it will automatically set the value inside the dataset to 0 if NumberOfEntries is equal to 2^16. The same applies to DicomDataSet.SetPaletteColorLutAttributes.
System.Object
Leadtools.Dicom.DicomPaletteColorLutAttributes
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)