LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

ColorizeGrayCommandData Constructor(RasterColor,Int32)

Show in webframe







Contains the color used for coloring the range of intensities set in Threshold.
The maximum value of the pixels to be colored using the color parameter. Pixels with a value less than or equal to the value in this parameter will be colored using the Color parameter. If the ColorizeGrayCommandData class object 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.
Initializes a new ColorizeGrayCommandData class object with explicit parameters.
Syntax
public ColorizeGrayCommandData( 
   RasterColor color,
   int threshold
)
'Declaration
 
Public Function New( _
   ByVal color As RasterColor, _
   ByVal threshold As Integer _
)
'Usage
 
Dim color As RasterColor
Dim threshold As Integer
 
Dim instance As New ColorizeGrayCommandData(color, threshold)
public ColorizeGrayCommandData( 
   RasterColor color,
   int threshold
)
- (id)initWithColor:(const LTRasterColor*)color 
          threshold:(unsigned int)threshold;
            
public ColorizeGrayCommandData(
   RasterColor color, 
   int threshold
)
            
function ColorizeGrayCommandData( 
   color ,
   threshold 
)
public:
ColorizeGrayCommandData( 
   RasterColor color,
   int threshold
)

Parameters

color
Contains the color used for coloring the range of intensities set in Threshold.
threshold
The maximum value of the pixels to be colored using the color parameter. Pixels with a value less than or equal to the value in this parameter will be colored using the Color parameter. If the ColorizeGrayCommandData class object 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(ColorizeGrayCommandData[])
Requirements

Target Platforms

See Also

Reference

ColorizeGrayCommandData Class
ColorizeGrayCommandData Members
Overload List

 

 


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