Dicom.Imaging.LUT.InvertLUT.InvertLUT C# (CSharp) Method

InvertLUT() public method

public InvertLUT ( int minValue, int maxValue ) : System
minValue int
maxValue int
return System
        public InvertLUT(int minValue, int maxValue)
        {
            _minValue = minValue;
            _maxValue = maxValue;
        }