C# Class Dicom.Imaging.ColorTable

Datei anzeigen Open project: fo-dicom/mdcm

Public Properties

Property Type Description
Monochrome1 Color[]
Monochrome2 Color[]

Public Methods

Method Description
Apply ( System image, Color lut ) : void
LoadLUT ( string file ) : Color[]
Reverse ( Color lut ) : Color[]
SaveLUT ( string file, Color lut ) : void

Private Methods

Method Description
InitGrayscaleLUT ( bool reverse ) : Color[]

Method Details

Apply() public static method

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

LoadLUT() public static method

public static LoadLUT ( string file ) : Color[]
file string
return Color[]

Reverse() public static method

public static Reverse ( Color lut ) : Color[]
lut Color
return Color[]

SaveLUT() public static method

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

Property Details

Monochrome1 public_oe static_oe property

public static Color[] Monochrome1
return Color[]

Monochrome2 public_oe static_oe property

public static Color[] Monochrome2
return Color[]