Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class PaletteColorPipeline

    Palette color pipeline implementation of IPipeline

    Inheritance
    System.Object
    PaletteColorPipeline
    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 PaletteColorPipeline : IPipeline

    Constructors

    PaletteColorPipeline(DicomPixelData)

    Initialize new instance of PaletteColorPipeline containing palette color LUT extracted from pixelData

    Declaration
    public PaletteColorPipeline(DicomPixelData pixelData)
    Parameters
    Type Name Description
    DicomPixelData pixelData

    Dicom Pixel Data containing paletter color LUT

    Properties

    LUT

    Get the PaletteColorLUT

    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