Specifies the internal pixel format

Namespace: HiComponents.IEvolution
Assembly: 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

MemberValueDescription
Undefined0
Undefined pixel format
ie1g1
gray scale (black/white)
ie8p2
color (palette) - up to 256 colors
ie8g3
gray scale (256 levels)
ie16g4
gray scale (65536 levels)
ie24RGB5
RGB 24 bit (8 bit per channel)
ie32f6
IEEE float point values, 32 bit - gray scale
ieCMYK7
CMYK (reversed 8 bit values)
ie48RGB8
RGB 48 bit (16 bit per channel)
ieCIELab9
CIELab (8 bit per channel)
ie32RGB10
RGB 32 bit (8 bit per channel), last 8 bit are unused with some exceptions

See Also