Class GenericGrayscalePipeline
Grayscale color pipeline implementation of IPipeline interface
Implements
Inherited Members
Namespace: Dicom.Imaging.Render
Assembly: cs.temp.dll.dll
Syntax
public class GenericGrayscalePipeline : IPipeline
Constructors
GenericGrayscalePipeline(GrayscaleRenderOptions)
Initialize new instance of GenericGrayscalePipeline which consist of the following sequence Rescale (Modality) LUT -> VOI LUT -> Output LUT and optionally Invert LUT if specified by grayscale options
Declaration
public GenericGrayscalePipeline(GrayscaleRenderOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| GrayscaleRenderOptions | options | Grayscale options to use in the pipeline |
Properties
LUT
Get
Declaration
public ILUT LUT { get; }
Property Value
| Type | Description |
|---|---|
| ILUT |