Search Results for

    Show / Hide Table of Contents

    Class GenericGrayscalePipeline

    Grayscale color pipeline implementation of IPipeline interface

    Inheritance
    Object
    GenericGrayscalePipeline
    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 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

    LUT

    Get of LUTs available in this pipeline instance

    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