LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

Threshold Property (ColorizeGrayCommandData)






Gets or sets the maximum pixel value to be colored using the Color property. .NET support WinRT support Silverlight support
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;}
 get_Threshold();
set_Threshold(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColorizeGrayCommandData Class
ColorizeGrayCommandData Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.