Class GenericGrayscalePipeline
Grayscale color pipeline implementation of IPipeline interface
Inheritance
System.Object
GenericGrayscalePipeline
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FellowOakDicom.Imaging.Render
Assembly: fo-dicom.core.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
GrayscaleColorMap
Declaration
public Color32[] GrayscaleColorMap { get; set; }
Property Value
Type | Description |
---|---|
Color32[] |
Invert
Declaration
public bool Invert { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LUT
Get CompositeLUT of LUTs available in this pipeline instance
Declaration
public ILUT LUT { get; }
Property Value
Type | Description |
---|---|
ILUT |
UseVOILUT
Declaration
public bool UseVOILUT { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
WindowCenter
Declaration
public double WindowCenter { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
WindowWidth
Declaration
public double WindowWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
ClearCache()
Remove all cached data and only keep configuration data, to reduce memory consumption
Declaration
public void ClearCache()