CogSimpleColor SystemColorValue Property Cognex VisionPro 9.23
Get a color value with type System::Drawing::Color corresponding to this CogSimpleColor object.

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

public Color SystemColorValue { get; }

Property Value

Type: Color
The system color value
Remarks

The returned color has type ystem::Drawing::Color no matter what the CogSimpleColor's ColorSpace is, and the returned color value can be used for displaying purpose.
See Also