color_difference
Calculate the perceptual difference (Delta-E) between two colors using CIEDE2000 or CIE76 methods, returning a value and plain-language interpretation.
Instructions
Perceptual difference (Delta-E) between two colors. color1 and color2 accept a hex, CSS name, RNV brand name, or saved-palette reference. method is 'ciede2000' (default, modern standard) or 'cie76'. A value near 1.0 is the threshold the eye can just notice; larger means more different. Returns the value and a plain-language interpretation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color1 | Yes | ||
| color2 | Yes | ||
| method | No | ciede2000 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||