Enumeration of transparency constants.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | The mask value is opaque. | |
| Half | 50 | The mask value is translucent. A 50/50 color blend is performed with background. | |
| Full | 100 | The mask value is transparent. |
Remarks
Enumeration of transparency constants.
See Also