Initializes a new instance of the CreateGrayscaleImageCommand class with explicit parameters.
public CreateGrayscaleImageCommand(
int bitsPerPixel,
int lowBit,
int highBit
)
Public Function New( _
ByVal bitsPerPixel As Integer, _
ByVal lowBit As Integer, _
ByVal highBit As Integer _
)
- (instancetype)initWithBitsPerPixel:(NSInteger)bitsPerPixel
lowBit:(NSInteger)low
highBit:(NSInteger)high
public CreateGrayscaleImageCommand(
int bitsPerPixel,
int lowBit,
int highBit
)
public:
CreateGrayscaleImageCommand(
int bitsPerPixel,
int lowBit,
int highBit
)
bitsPerPixel
Value that indicates the number of bits for the destination image. Valid values are 8, 12, or 16.
lowBit
Value that indicates the low bit used for window leveling when the bitsPerPixel is 12 or 16.
highBit
Value that indicates the high bit used for window leveling when the bitsPerPixel is 12 or 16.
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