Get a color value with type System::Drawing::Color corresponding to this CogSimpleColor object.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 91.0.0.0
public Color SystemColorValue { get; }public Color SystemColorValue { get; }Public ReadOnly Property SystemColorValue As Color
Get
Public ReadOnly Property SystemColorValue As Color
Get
public:
property Color SystemColorValue {
Color get ();
}public:
property Color SystemColorValue {
Color get ();
}Property Value
Type:
ColorThe system color value
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.