←Select platform

Threshold Property

Summary

Gets or sets the maximum pixel value to be colored using the Color property.

Syntax
C#
VB
Objective-C
C++
Java
public int Threshold { get; set; } 
Public Property Threshold As Integer 
@property (nonatomic, assign) NSUInteger threshold 
public int getThreshold() 
public void setThreshold(int value) 
public: 
property int Threshold { 
   int get(); 
   void set (    int ); 
} 

Property Value

The maximum pixel value to be colored using the Color property. The pixels with a value less than or equal to this will have the color set in the Color property. If the ColorizeGrayCommandData class is the last in the GrayColors array, then this value is ignored and the maximum possible value will be used instead. The maximum value depends on the image bits per pixel. For 8, 12 and 16-bit images the maximum value is 255, 4095 and 65535 respectively. However if you enter a value higher than the maximum, the value will be clipped at the maximum value.

Example

Refer to ColorizeGrayCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly