C# Class Dicom.Imaging.Render.ColorPixelData24

Inheritance: IPixelData
Datei anzeigen Open project: fo-dicom/mdcm

Public Methods

Method Description
ColorPixelData24 ( int width, int height, byte data ) : System
Render ( ILUT lut, int output ) : void
Rescale ( double scale ) : IPixelData

Method Details

ColorPixelData24() public method

public ColorPixelData24 ( int width, int height, byte data ) : System
width int
height int
data byte
return System

Render() public method

public Render ( ILUT lut, int output ) : void
lut ILUT
output int
return void

Rescale() public method

public Rescale ( double scale ) : IPixelData
scale double
return IPixelData