Provides access to members that control a contrast table.
Members
Name | Description | |
---|---|---|
Bin | Translates pixel values to integers. | |
LUT | Lookup table array of double precision floats. | |
TranslateValue | Translates pixel values to table entries. |
IContrastTable.Bin Method
Translates pixel values to integers.
Public Function Bin ( _
ByVal pixval As Double _
) As Integer
public int Bin (
double pixval
);
IContrastTable.LUT Property
Lookup table array of double precision floats.
Public Property LUT As Object
public object LUT {get; set;}
IContrastTable.TranslateValue Method
Translates pixel values to table entries.
Public Function TranslateValue ( _
ByVal pixval As Double _
) As Double
public double TranslateValue (
double pixval
);
Classes that implement IContrastTable
Classes | Description |
---|
Remarks
This interface is not intended to be used by outside developers.