PaletteColorLookUpTable

PaletteColorLookUpTable class

Palette color LUT, used to map grayscale images using custom PALETTE COLOR table. See https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_c.7.9.html.

public sealed class PaletteColorLookUpTable : ILookUpTable

Constructors

NameDescription
PaletteColorLookUpTable(PixelData)Palette color LUT, used to map grayscale images using custom PALETTE COLOR table. See https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_c.7.9.html.

Properties

NameDescription
IsValid { get; }
Item { get; }
Maximum { get; }
Minimum { get; }

Methods

NameDescription
Recalculate()

See Also