Returns or sets the pixel flavor for acquired images. This is a runtime property.
short
ObjectName. PixelFlavor
| Allowed Values | Pixel flavor |
| 0 |
Chocolate. Zero pixel represents darkest shade. |
| 1 |
Vanilla. Zero pixel represents lightest shade. |
Using this property after calling OpenSource() method and before calling AcquireImage().
When an error occurs and IfThrowException property is TRUE, an exception will be thrown. Check ErrorCode property and ErrorString property for error information.
PixelType property, OpenSource()