public interface ColorMatcher
| Modifier and Type | Method and Description |
|---|---|
boolean |
matchColors(javafx.scene.paint.Color color0,
javafx.scene.paint.Color color1)
Returns true if
color0 is close enough to color1 as determined by a color
distance/factor. |