Table of Contents

Class RgbColorPipeline

Namespace
FellowOakDicom.Imaging.Render
Assembly
fo-dicom.core.dll

RGB color pipeline implementation of IPipeline interface

public class RgbColorPipeline : IPipeline
Inheritance
RgbColorPipeline
Implements
Inherited Members
Extension Methods

Properties

LUT

Get the LUT of the pipeline

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()