Class ColorSearchTriggerProperties
Defines the properties for the ColorSearchTrigger, which are used to set up and configure the behavior of the color search trigger.
Inheritance
ColorSearchTriggerProperties
Implements
Inherited Members
Namespace: EyeAuras.OpenCVAuras.Triggers.ColorSearch
Assembly: EyeAuras.OpenCVAuras.Metadata.dll
Syntax
public sealed record ColorSearchTriggerProperties : WindowCaptureTriggerProperties, IEquatable<AuraPropertiesBase>, IEquatable<AuraTriggerPropertiesBase>, IWindowCaptureTriggerProperties, IAuraTriggerProperties, IAuraProperties, IPoeEyeConfigVersioned, IPoeEyeConfig, IHasVersion, ICanSetId, IHasId, IHasTypedId<string>, IEquatable<WindowCaptureTriggerProperties>, IEquatable<ColorSearchTriggerProperties>
Constructors
Name | Description |
---|---|
ColorSearchTriggerProperties() |
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(ColorSearchTriggerProperties?) | |
Equals(WindowCaptureTriggerProperties?) | |
Equals(object?) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() | |
<Clone>$() |
Operators
Name | Description |
---|---|
operator ==(ColorSearchTriggerProperties?, ColorSearchTriggerProperties?) | |
operator !=(ColorSearchTriggerProperties?, ColorSearchTriggerProperties?) |