Batch Color Difference
colors_batch_differenceCompare a reference color against multiple candidates to find the nearest match using deltaE or contrast metrics.
Instructions
Calculate difference between a reference and list of colors, finding the nearest match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metric | No | Metric to calculate (deltaE or contrast) | deltaE |
| reference | Yes | The target/reference color | |
| candidates | Yes | List of colors to compare against the reference |