Specifies the internal pixel format
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public enum PixelFormat
Public Enumeration PixelFormat
public enum class PixelFormat
Members
Member | Value | Description |
---|---|---|
Undefined | 0 |
Undefined pixel format
|
ie1g | 1 |
gray scale (black/white)
|
ie8p | 2 |
color (palette) - up to 256 colors
|
ie8g | 3 |
gray scale (256 levels)
|
ie16g | 4 |
gray scale (65536 levels)
|
ie24RGB | 5 |
RGB 24 bit (8 bit per channel)
|
ie32f | 6 |
IEEE float point values, 32 bit - gray scale
|
ieCMYK | 7 |
CMYK (reversed 8 bit values)
|
ie48RGB | 8 |
RGB 48 bit (16 bit per channel)
|
ieCIELab | 9 |
CIELab (8 bit per channel)
|
ie32RGB | 10 |
RGB 32 bit (8 bit per channel), last 8 bit are unused with some exceptions
|