public static interface MagicWandSettings.ColorComparison
Delegate for Color comparison with a defined threshold.
| Modifier and Type | Method and Description |
|---|---|
boolean |
invoke(Color p1,
Color p2,
int threshold)
Delegate for
Color comparison with a defined threshold. |
boolean invoke(Color p1, Color p2, int threshold)
Delegate for Color comparison with a defined threshold.
p1 - The first color to compare.p2 - The second color to compare.threshold - The allowed threshold for color difference.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.