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)
            
             
        
            
             
get_OutColor();
set_OutColor(value);
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.