Module org.testfx

Interface ColorMatcher

    • Method Summary

      Modifier and Type Method 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.
    • Method Detail

      • matchColors

        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.