Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

OutColor Property








Gets or sets a color used to fill those pixels having an intensity value less than LowThreshold or greater than HighThreshold.
Syntax
public RasterColor OutColor {get; set;}
'Declaration
 
Public Property OutColor As RasterColor
'Usage
 
Dim instance As IntensityDetectCommand
Dim value As RasterColor
 
instance.OutColor = value
 
value = instance.OutColor
public 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 RasterColor OutColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

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.
Example
Refer to IntensityDetectCommand.
Requirements

Target Platforms

See Also

Reference

IntensityDetectCommand Class
IntensityDetectCommand Members

Error processing SSI file