Gets or sets the maximum pixel value to be colored using the Color property.
public int Threshold { get; set; }
Public Property Threshold As Integer
public int Threshold {get; set;}
@property (nonatomic, assign) NSUInteger threshold
public int getThreshold()
public void setThreshold(int value)
<br/>get_Threshold();<br/>set_Threshold(value);<br/>Object.defineProperty('Threshold');
The maximum pixel value to be colored using the Color property. The pixels with a value less than or equal to this will have the color set in the Color property. If the ColorizeGrayCommandData class is the last in the GrayColors array, then this value is ignored and the maximum possible value will be used instead. The maximum value depends on the image bits per pixel. For 8, 12 and 16-bit images the maximum value is 255, 4095 and 65535 respectively. However if you enter a value higher than the maximum, the value will be clipped at the maximum value.
Refer to ColorizeGrayCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET