tColorformatEnum

tColorformatEnum enumerates the possible color formats.
For a description of the pixel organization in the various color formats, have a look at the example Accessing an Image Buffer.
Enumeration Description
eInvalidColorformat Invalid color format (do not use).
eRGB32 32-bit color depth
eRGB24 24-bit color depth
eRGB565 16-bit color depth with red 5 green 6 blue 5 bit encoding
eRGB555 16-bit color depth with red 5 green 5 blue 5 bit encoding
eRGB8 8-bit grayscale
eUYVY UYVY color format
eY800 8 bit Y format, top down
eYGB0 16-bit Y (10 bit valid) format
eYGB1 16-bit Y (10 bit valid) format
eBY8 8-bit bayer raw format. See Debayering for information on how to handle this format.
eY16 16-bit grayscale format
eRGB64 64-bit version of RGB32 with each channel having 16 bit

<< Enumerations