C# 클래스 Dicom.Imaging.Render.ColorPixelData24

상속: IPixelData
파일 보기 프로젝트 열기: fo-dicom/mdcm

공개 메소드들

메소드 설명
ColorPixelData24 ( int width, int height, byte data ) : System
Render ( ILUT lut, int output ) : void
Rescale ( double scale ) : IPixelData

메소드 상세

ColorPixelData24() 공개 메소드

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

Render() 공개 메소드

public Render ( ILUT lut, int output ) : void
lut ILUT
output int
리턴 void

Rescale() 공개 메소드

public Rescale ( double scale ) : IPixelData
scale double
리턴 IPixelData