Property ColorSimilarity
ColorSimilarity
Gets the DeltaE color similarity score between the source and target colors.
Declaration
double ColorSimilarity { get; }
Property Value
Type | Description |
---|---|
double | The calculated color similarity score. |
Remarks
The score is based on the chosen similarity method and provides an insight into how similar the colors are:
- ≤ 1.0: Not perceptible by human eyes.
- 11 - 49: Colors are more similar than opposite.
- 100: Colors are exact opposites.