Enumeration of common colors used for graphics, equivalent to OLE_COLOR.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Black | 0 | ||
| DarkGrey | 4210752 | ||
| Grey | 8421504 | ||
| LightGrey | 12632256 | ||
| White | 16777215 | ||
| Red | 255 | ||
| DarkRed | 128 | ||
| Orange | 33023 | ||
| Yellow | 65535 | ||
| Green | 65280 | ||
| DarkGreen | 32768 | ||
| Cyan | 16776960 | ||
| Blue | 16711680 | ||
| Purple | 16711808 | ||
| Magenta | 16711935 | ||
| None | -1 | Special color for hidden objects, or to indicate that no graphics should be drawn. |
Remarks
Enumeration of common colors used for graphics, equivalent to OLE_COLOR.
See Also