Table of Contents

Class LabColorDistance

Namespace
UICatalog.Scenarios
Assembly
UICatalog.dll
public abstract class LabColorDistance : IColorDistance
Inheritance
LabColorDistance
Implements
Derived
Inherited Members
Extension Methods

Methods

CalculateDistance(Color, Color)

Computes a similarity metric between two Color instances. A larger value indicates more dissimilar colors, while a smaller value indicates more similar colors. The metric is internally consistent for the given algorithm.

RgbToLab(Color)