You are here: Start » AVL.NET » Function Reference » Image » Image Metrics » AVL.ColorDistance_CIE76
Compares two pixels using CIE76 delta E. Assumes RGB color space.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void ColorDistance_CIE76 ( AvlNet.Pixel inPixelA, AvlNet.Pixel inPixelB, out float outDistance )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPixelA | AvlNet.Pixel | |||
![]() | inPixelB | AvlNet.Pixel | |||
![]() | outDistance | float |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| RuntimeError | Each pixel component must be nonnegative in ColorDistance_CIE76. |


