Click or drag to resize
ImagePixelFormat Enumeration
Enumeration of different pixel formats.

Namespace: Flir.Atlas.Image.Interfaces
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public enum ImagePixelFormat
Members
  Member nameValueDescription
FormatUndefined0 The pixel format is undefined.
Format8u1 Specifies that the format is 8 bit, unsigned data.
Format16u2 Specifies that the format is 16 bit, unsigned data.
Format32bppArgb3 Specifies that the format is 32 bits per pixel; 8 bits each are used for the alpha, red, green, and blue components.
Format24bppRgb4 Specifies that the format is 24 bits per pixel; 8 bits each are used for the red, green, and blue components.
Format32f5 Specifies that the format is 32 bit, floating point data.
Format32s6 Specifies that the format is 32 bit signed integer data.
Format32f_C37 Specifies that the format is 3 channel 32 bit, floating point data.
See Also