qualpal 2.3.0
|
Color difference metrics for perceptual color comparison. More...
Classes | |
struct | CIE76 |
CIE76 (Delta E 1976) color difference. More... | |
class | CIEDE2000 |
CIEDE2000 (Delta E 2000) color difference. More... | |
class | DIN99d |
DIN99d color difference with optional power transformation. More... | |
Enumerations | |
enum class | MetricType { DIN99d , CIE76 , CIEDE2000 } |
Supported color difference metrics for palette generation. More... | |
Color difference metrics for perceptual color comparison.
This namespace contains various color difference calculation methods that quantify the perceptual difference between colors. These metrics are used with algorithms like farthestPoints() to select visually distinct color palettes.
All metric classes follow the same interface pattern:
|
strong |