Type Property

NI Vision for Visual Basic

Type Property

Syntax

CWIMAQImage.Type

Data Type

CWIMAQImageTypes

You can use the following constants with this data type:

  • cwimaqImageTypeComplex—Complex.
  • cwimaqImageTypeHSL32—32-bit HSL.
  • cwimaqImageTypeI16—Signed 16-bit.
  • cwimaqImageTypeRGB32—32-bit RGB.
  • cwimaqImageTypeRGBU64—64-bit unsigned RGB.
  • cwimaqImageTypeSGL—Single precision.
  • cwimaqImageTypeU16—Unsigned 16-bit.
  • cwimaqImageTypeU8—Unsigned 8-bit.

Purpose

Pixel type of the image.

Remarks

Set this property to change the image type and convert the image data to the specified format.