Class RgbColorPipeline
RGB color pipeline implementation of IPipeline interface
Inheritance
System.Object
RgbColorPipeline
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 RgbColorPipeline : IPipeline
Properties
LUT
Get the LUT of the pipeline
Declaration
public ILUT LUT { get; }
Property Value
Type | Description |
---|---|
ILUT |
Methods
ClearCache()
Remove all cached data and only keep configuration data, to reduce memory consumption
Declaration
public void ClearCache()