LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

OutColor Property

Show in webframe







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

Target Platforms

See Also

Reference

IntensityDetectCommand Class
IntensityDetectCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.