Search Results for

    Show / Hide Table of Contents

    Class PaletteColorPipeline

    Palette color pipeline implementation of IPipeline

    Inheritance
    Object
    PaletteColorPipeline
    Implements
    IPipeline
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom.Imaging.Render
    Assembly: cs.temp.dll.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

    Declaration
    public ILUT LUT { get; }
    Property Value
    Type Description
    ILUT

    Implements

    IPipeline
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors