Class PaletteColorPipeline
- Namespace
- FellowOakDicom.Imaging.Render
- Assembly
- fo-dicom.core.dll
Palette color pipeline implementation of IPipeline
public class PaletteColorPipeline : IPipeline
- Inheritance
-
PaletteColorPipeline
- Implements
- Inherited Members
- Extension Methods
Constructors
PaletteColorPipeline(DicomPixelData)
Initialize new instance of PaletteColorPipeline containing palette color LUT extracted from
pixelData
public PaletteColorPipeline(DicomPixelData pixelData)
Parameters
pixelData
DicomPixelDataDicom Pixel Data containing paletter color LUT
Properties
LUT
Get the PaletteColorLUT
public ILUT LUT { get; }
Property Value
Methods
ClearCache()
Remove all cached data and only keep configuration data, to reduce memory consumption
public void ClearCache()