Class PaletteColorPipeline
Palette color pipeline implementation of IPipeline
Implements
Inherited Members
Namespace: Dicom.Imaging.Render
Assembly: cs.temp.dll.dll
Syntax
public class PaletteColorPipeline : IPipeline
Constructors
PaletteColorPipeline(DicomPixelData)
Initialize new instance of PaletteColorPipeline containing palette color LUT extracted from
pixelData
Declaration
public PaletteColorPipeline(DicomPixelData pixelData)
Parameters
Type | Name | Description |
---|---|---|
DicomPixelData | pixelData | Dicom Pixel Data containing paletter color LUT |
Properties
LUT
Get the
Declaration
public ILUT LUT { get; }
Property Value
Type | Description |
---|---|
ILUT |