←Select platform

ColorizeGrayCommandData Constructor(RasterColor,int)

Summary

Initializes a new ColorizeGrayCommandData class object with explicit parameters.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
Public Function New( _ 
   ByVal color As Leadtools.RasterColor, _ 
   ByVal threshold As Integer _ 
) 
public ColorizeGrayCommandData(  
   Leadtools.RasterColor color, 
   int threshold 
) 
- (instancetype)initWithColor:(const LTRasterColor *)color 
                    threshold:(NSUInteger)threshold 
             
public ColorizeGrayCommandData( 
   RasterColor color,  
   int threshold 
) 
             
function ColorizeGrayCommandData(  
   color , 
   threshold  
) 
public: 
ColorizeGrayCommandData(  
   Leadtools.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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly