Interface ColorMatcher

All Known Subinterfaces:
PixelMatcher
All Known Implementing Classes:
PixelMatcherBase, PixelMatcherRgb

public 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 Details

    • 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.