refenum.ICImagingControlColorformats

The ICImagingControlColorformats represent the formats that specify the pixel depth of all image buffers. The pixel depth of all image buffers is set with a call to ICImagingControl.MemoryCurrentGrabberColorformat
Name Description
ICRGB32 32 bit color depth
ICRGB24 24 bit color depth
ICRGB565 16 bit color depth with red 5 green 6 blue 5 bit encoding
ICRGB555 16 bit color depth with red 5 green 5 blue 5 bit encoding
ICY8 8 bit grayscale, bottom up
ICUYVY 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.

<< Enumerations