PixelValue
The information necessary to describe a particular type of pixel.
Elements
| Name | Type | Description |
|---|---|---|
| grayscale | float | A grayscale pixel value. Use this member for images of type IMAQ_IMAGE_U8, IMAQ_IMAGE_U16, IMAQ_IMAGE_I16, or IMAQ_IMAGE_SGL. |
| rgb | RGBValue | A RGB pixel value. Use this member for images of type IMAQ_IMAGE_RGB. |
| hsl | HSLValue | A HSL pixel value. Use this member for images of type IMAQ_IMAGE_HSL. |
| complex | Complex | A complex pixel value. Use this member for images of type IMAQ_IMAGE_COMPLEX. |
| rgbu64 | RGBU64Value | An unsigned 64-bit RGB pixel value. Use this member for images of type IMAQ_IMAGE_RGB_U64. |