ImageEn, unit iexAcquire

TIEAcquirePixelType

TIEAcquirePixelType

Declaration

TIEAcquirePixelType = (ieapMonochrome, ieap8BitGrayScale, ieap16BitGrayScale, ieapFullColor, ieapFullColor16, ieapOther);

Description

Specifies the color depth of acquired images.

Example

// Set pixel type
ImageEnView1.IO.AcquireParams.PixelType := ieapFullColor;

See Also

PixelType
BitDepth