Property SimilarityMethod
SimilarityMethod
Gets or sets the method used to calculate the similarity between the source and target colors.
Declaration
public ColorSimilarityMethod SimilarityMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| ColorSimilarityMethod | The method, such as CIEDE2000 or EuclideanDistance, used for calculating the color similarity. |