Class ColorSearchTriggerPropertiesV1
Defines the properties for the ColorSearchTrigger, which are used to set up and configure the behavior of the color search trigger.
Inheritance
ColorSearchTriggerPropertiesV1
Implements
Inherited Members
Namespace: EyeAuras.OpenCVAuras.Triggers.ColorSearch
Assembly: EyeAuras.OpenCVAuras.Metadata.dll
Syntax
public sealed record ColorSearchTriggerPropertiesV1 : WindowCaptureTriggerProperties, IEquatable<AuraPropertiesBase>, IEquatable<AuraTriggerPropertiesBase>, IWindowCaptureTriggerProperties, IAuraTriggerProperties, IAuraProperties, IPoeEyeConfigVersioned, IPoeEyeConfig, IHasVersion, ICanSetId, IHasId, IHasTypedId<string>, IEquatable<WindowCaptureTriggerProperties>, IEquatable<ColorSearchTriggerPropertiesV1>
Constructors
| Name | Description |
|---|---|
| ColorSearchTriggerPropertiesV1() |
Properties
| Name | Description |
|---|---|
| ColorComparisonGranularity | Gets or sets the granularity level at which the color comparison is performed. |
| ColorSimilarityThreshold | Gets or sets the threshold for color similarity that determines the trigger's activation. |
| EqualityContract | |
| SimilarityMethod | Gets or sets the method used to calculate the similarity between the source and target colors. |
| TargetColor | Gets or sets the target color to be compared against the source color. |
| Version |
Methods
| Name | Description |
|---|---|
| Equals(ColorSearchTriggerPropertiesV1?) | |
| Equals(WindowCaptureTriggerProperties?) | |
| Equals(object?) | |
| GetHashCode() | |
| PrintMembers(StringBuilder) | |
| ToString() | |
| <Clone>$() |
Operators
| Name | Description |
|---|---|
| operator ==(ColorSearchTriggerPropertiesV1?, ColorSearchTriggerPropertiesV1?) | |
| operator !=(ColorSearchTriggerPropertiesV1?, ColorSearchTriggerPropertiesV1?) |