←Select platform

Threshold Property

Summary

The maximum distance of equality to Color.

Syntax
C#
VB
C++
public uint Threshold {get; set;} 
Public Property Threshold() As UInteger 
   Get 
   Set 
public:  
   property UInt32 Threshold 
   { 
      UInt32 get() 
      void set(UInt32 value) 
   } 

Property Value

The maximum distance of equality to Color. The default value is 0.

Remarks

The distance is calculated in Euclidean RGB color space using the following equation:

Threshold Equation
Example

For an example, refer to ExtractObjectsCommand.UseMultiColors.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.