Property MaxSimilarityThreshold
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
Declaration
public double MaxSimilarityThreshold { get; set; }
Property Value
Type | Description |
---|---|
double | The color similarity threshold. A value typically between 0 and 100 where higher values indicate more strict similarity requirements. |