Table of Contents

Method DeltaE2000

Namespace
LMKit.Graphics.Primitives
Assembly
LM-Kit.NET.dll

DeltaE2000(LabColor)

The CIEDE2000 color difference to other: roughly, 1 is the smallest difference a trained observer notices, 2-3 is visible at a glance, 10 and beyond reads as a different color.

public double DeltaE2000(LabColor other)

Parameters

other LabColor

Returns

double

DeltaE2000(LabColor, LabColor)

The CIEDE2000 color difference between two colors, with the standard parametric weights (kL = kC = kH = 1). Implements the formula as laid out in Sharma, Wu and Dalal, "The CIEDE2000 color-difference formula: Implementation notes, supplementary test data, and mathematical observations" (2005), including the hue-difference and mean-hue conventions the paper settles.

public static double DeltaE2000(LabColor lab1, LabColor lab2)

Parameters

lab1 LabColor
lab2 LabColor

Returns

double
Share