Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class RgbColorPipeline

    RGB color pipeline implementation of IPipeline interface

    Inheritance
    System.Object
    RgbColorPipeline
    Implements
    IPipeline
    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()

    Implements

    IPipeline

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors