←Select platform

Threshold Property

Summary

A number indicating the color threshold.

Syntax
C#
VB
C++
public int Threshold {get; set;} 
Public Property Threshold() As Integer 
   Get 
   Set 
public:  
   property Int32 Threshold 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

A valid number. The default value is 30.

Remarks

The Threshold defines the range in color values allowed that can still be considered the same color. The distance is calculated in Euclidean RGB color space using the following equation:

Threshold Equation

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Compare Assembly