Class ColorSearchTriggerPropertiesV2
Defines the properties for the ColorSearchTrigger, which are used to set up and configure the behavior of the color search trigger.
Inheritance
ColorSearchTriggerPropertiesV2
Implements
Inherited Members
Namespace: EyeAuras.OpenCVAuras.Triggers.ColorSearch
Assembly: EyeAuras.OpenCVAuras.Metadata.dll
Syntax
public record ColorSearchTriggerPropertiesV2 : WindowCaptureTriggerProperties, IEquatable<AuraPropertiesBase>, IEquatable<AuraTriggerPropertiesBase>, IWindowCaptureTriggerProperties, IAuraTriggerProperties, IAuraProperties, IPoeEyeConfigVersioned, IPoeEyeConfig, IHasVersion, ICanSetId, IHasId, IHasTypedId<string>, IEquatable<WindowCaptureTriggerProperties>, IEquatable<ColorSearchTriggerPropertiesV2>
Constructors
Name | Description |
---|---|
ColorSearchTriggerPropertiesV2() | |
ColorSearchTriggerPropertiesV2(ColorSearchTriggerPropertiesV2) |
Properties
Name | Description |
---|---|
ColorComparisonGranularity | Gets or sets the granularity level at which the color comparison is performed. |
EqualityContract | |
MaxSimilarityThreshold | Gets or sets the maximum threshold for color similarity that determines the trigger's activation. By default, it is 100, meaning no cap as the max value is also 100 |
MinSimilarityThreshold | Gets or sets the threshold for color similarity that determines the trigger's activation. |
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(ColorSearchTriggerPropertiesV2?) | |
Equals(WindowCaptureTriggerProperties?) | |
Equals(object?) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() | |
<Clone>$() |
Operators
Name | Description |
---|---|
operator ==(ColorSearchTriggerPropertiesV2?, ColorSearchTriggerPropertiesV2?) | |
operator !=(ColorSearchTriggerPropertiesV2?, ColorSearchTriggerPropertiesV2?) |