Pixel type
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public enum AcquirePixelType
Public Enumeration AcquirePixelType
public enum class AcquirePixelType
Members
Member | Value | Description |
---|---|---|
Monochrome | 0 |
1 bit black/white
|
GrayScale8Bit | 1 |
8 bit gray scale
|
GrayScale16Bit | 2 |
16 bit gray scale
|
FullColor | 3 |
24 bit RGB
|
FullColor16 | 4 |
48 bit RGB
|
Other | 5 |
Other pixel format
|