Back to FabImage Library website
You are here: Start » Function Reference » Image » Image Metrics » ColorDistance_CIE76

ColorDistance_CIE76
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationPro |
Compares two pixels using CIE76 delta E. Assumes RGB color space.
Syntax
C++
C#
void fil::ColorDistance_CIE76 ( const fil::Pixel& inPixelA, const fil::Pixel& inPixelB, float& outDistance )
Parameters
Errors
List of possible exceptions:
Error type | Description |
---|---|
RuntimeError | Each pixel component must be nonnegative in ColorDistance_CIE76. |