LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Threshold Property (ColorizeGrayCommandData)

Show in webframe







Gets or sets the maximum pixel value to be colored using the Color property.
Syntax
public int Threshold {get; set;}
'Declaration
 
Public Property Threshold As Integer
'Usage
 
Dim instance As ColorizeGrayCommandData
Dim value As Integer
 
instance.Threshold = value
 
value = instance.Threshold
public int Threshold {get; set;}
@property (nonatomic, assign) unsigned int threshold;
public int getThreshold()
public void setThreshold(int value)
            
 
get_Threshold();
set_Threshold(value);
Object.defineProperty('Threshold');
public:
property int Threshold {
   int get();
   void set (    int value);
}

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

See Also

Reference

ColorizeGrayCommandData Class
ColorizeGrayCommandData Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.