Skip to content
Commit ba03f037 authored by Halla Rempt's avatar Halla Rempt
Browse files

Do an exact match of the color if threshold is set to 1

If the threshold is set to 1, checking the difference between
colors through a conversion to lab and cmsDeltaE will not be
precise enough. A threshold of 1 means that no difference at
all is allowed.

This patch checks in relevant places whether the threshold is
1 and then does a memcmp.

BUG:385160
parent e67ed09b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment