←Select platform

OutColor Property

Summary

Gets or sets a color used to fill those pixels having an intensity value less than LowThreshold or greater than HighThreshold.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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 ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly