ImageRep Property

NI Vision for Visual Basic

ImageRep Property

Syntax

CWIMAQ.ImageRep

Data Type

CWIMAQImageReps

You can use the following constants with this data type:

  • cwimaqRepBlue8—8-bit blue plane.
  • cwimaqRepGreen8—8-bit green plane.
  • cwimaqRepHSI32—32-bit HSI (Hue, Saturation, Intensity).
  • cwimaqRepHSL32—32-bit HSL (Hue, Saturation, Luminance).
  • cwimaqRepHue16—16-bit hue plane.
  • cwimaqRepHue8—8-bit hue plane.
  • cwimaqRepInt16—16-bit intensity plane.
  • cwimaqRepInt8—8-bit intensity plane.
  • cwimaqRepLum16—16-bit luminance plane.
  • cwimaqRepLum8—8-bit luminance plane.
  • cwimaqRepMono10—10-bit monochrome plane.
  • cwimaqRepNone—No color image representation. Use bit depth to determine the number of bits of monochrome information.
  • cwimaqRepRed8—8-bit red plane.
  • cwimaqRepRGB32—32-bit RGB (Red, Green, Blue).
  • cwimaqRepSat16—16-bit saturation plane.
  • cwimaqRepSat8—8-bit saturation plane.

Purpose

Image representation of the acquisition.

Remarks

This property specifies the type of image data that the control returns when your image acquisition device acquires an image.