C# 클래스 Dicom.Imaging.ColorTable

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

공개 프로퍼티들

프로퍼티 타입 설명
Monochrome1 Color[]
Monochrome2 Color[]

공개 메소드들

메소드 설명
Apply ( System image, Color lut ) : void
LoadLUT ( string file ) : Color[]
Reverse ( Color lut ) : Color[]
SaveLUT ( string file, Color lut ) : void

비공개 메소드들

메소드 설명
InitGrayscaleLUT ( bool reverse ) : Color[]

메소드 상세

Apply() 공개 정적인 메소드

public static Apply ( System image, Color lut ) : void
image System
lut Color
리턴 void

LoadLUT() 공개 정적인 메소드

public static LoadLUT ( string file ) : Color[]
file string
리턴 Color[]

Reverse() 공개 정적인 메소드

public static Reverse ( Color lut ) : Color[]
lut Color
리턴 Color[]

SaveLUT() 공개 정적인 메소드

public static SaveLUT ( string file, Color lut ) : void
file string
lut Color
리턴 void

프로퍼티 상세

Monochrome1 공개적으로 정적으로 프로퍼티

public static Color[] Monochrome1
리턴 Color[]

Monochrome2 공개적으로 정적으로 프로퍼티

public static Color[] Monochrome2
리턴 Color[]