Table of Contents

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 DicomPixelData

Dicom Pixel Data containing paletter color LUT

Properties

LUT

public ILUT LUT { get; }

Property Value

ILUT

Methods

ClearCache()

Remove all cached data and only keep configuration data, to reduce memory consumption

public void ClearCache()