Gets or sets a color used to fill those pixels having an intensity value less than LowThreshold or greater than HighThreshold.
public RasterColor OutColor { get; set; }
Public Property OutColor As Leadtools.RasterColor
public Leadtools.RasterColor OutColor {get; set;}
@property (nonatomic, copy) LTRasterColor *outColor
public RasterColor getOutColor()
public void setOutColor(RasterColor value)
<br/>get_OutColor();<br/>set_OutColor(value);<br/>Object.defineProperty('OutColor');
public:
property Leadtools.RasterColor OutColor {
Leadtools.RasterColor get();
void set ( Leadtools.RasterColor );
}
Color used to fill those pixels having an intensity value less than LowThreshold or greater than HighThreshold. This property has no effect if the Channel property is IntensityDetectCommandFlags.Master. If for example the Channel property is set to Red, then the red component of OutColor will be used to fill the pixels having a red component value less than LowThreshold or greater than HighThreshold.
Refer to IntensityDetectCommand.
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