Enumeration of image planes.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Red | 0 | Red image plane within a cogImageColorSpaceRGB image. | |
| Green | 1 | Green image plane within a cogImageColorSpaceRGB image. | |
| Blue | 2 | Blue image plane within a cogImageColorSpaceRGB image. | |
| Hue | 4 | Hue image plane within a cogImageColorSpaceHSI image. | |
| Saturation | 5 | Saturation image plane within a cogImageColorSpaceHSI image. | |
| Intensity | 6 | Intensity image plane within a cogImageColorSpaceHSI image. |
Remarks
Enumeration of image planes.
See Also