public ColorizeGrayCommandData(
RasterColor color,
int threshold
)
Public Function New( _
ByVal color As RasterColor, _
ByVal threshold As Integer _
)
public:
ColorizeGrayCommandData(
RasterColor color,
int threshold
)
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document