Package org.testfx.service.support
Interface ColorMatcher
-
- All Known Subinterfaces:
PixelMatcher
- All Known Implementing Classes:
PixelMatcherBase,PixelMatcherRgb
public interface ColorMatcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatchColors(javafx.scene.paint.Color color0, javafx.scene.paint.Color color1)Returns true ifcolor0is close enough tocolor1as determined by a color distance/factor.
-