CogColorConstants EnumerationCognex VisionPro
Enumeration of common colors used for graphics, equivalent to OLE_COLOR.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

public enum CogColorConstants
Members

  Member nameValueDescription
Black0
DarkGrey4210752
Grey8421504
LightGrey12632256
White16777215
Red255
DarkRed128
Orange33023
Yellow65535
Green65280
DarkGreen32768
Cyan16776960
Blue16711680
Purple16711808
Magenta16711935
None-1Special 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