Namespace Dicom.Imaging.Render
Classes
ColorPixelData24
Color 24 bits IPixelData implementation used for RGB
CompositeGraphic
The Composite Graphic implementation of IGraphic which layers graphics one over the other
GenericGrayscalePipeline
Grayscale color pipeline implementation of IPipeline interface
GrayscalePixelDataS16
Grayscale signed 16 bits IPixelData implementation
GrayscalePixelDataS32
Grayscale signed 32 bits IPixelData implementation
GrayscalePixelDataU16
Grayscale unsigned 16 bits IPixelData implementation
GrayscalePixelDataU32
Grayscale unsigned 32 bits IPixelData implementation
GrayscalePixelDataU8
Grayscale unsigned 8 bits IPixelData implementation
ImageGraphic
The Image Graphic implementation of IGraphic
OverlayGraphic
The Overlay Graphic which render overlay over pixel data
PaletteColorPipeline
Palette color pipeline implementation of IPipeline
PixelDataFactory
Pixel data factory to create IPixelData and SingleBitPixelData from DicomPixelData
RgbColorPipeline
RGB color pipeline implementation of IPipeline interface
SingleBitPixelData
Single bit pixel IPixelData implementation(for binary pixels) usually used for overlay pixel data
Interfaces
IGraphic
Graphic interface
IPipeline
Pipeline interface
IPixelData
Pixel data interface implemented by various pixel format classes