←Select platform

HighThreshold Property

Summary

Gets or sets a value that represents the highest intensity to detect.

Syntax
C#
VB
Objective-C
C++
Java
public int HighThreshold { get; set; } 
Public Property HighThreshold As Integer 
@property (nonatomic, assign) NSUInteger highThreshold 
public int getHighThreshold() 
public void setHighThreshold(int value) 
public: 
property int HighThreshold { 
   int get(); 
   void set (    int ); 
} 

Property Value

Highest intensity to detect. Possible values are from 0 to 255.

Example

Refer to IntensityDetectCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Color Assembly