Interface PixelFilter

All Known Implementing Classes:
ColorFilter

public interface PixelFilter
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    filter(Pixel pixel)
    Filters a Pixel
  • Method Details

    • filter

      boolean filter(Pixel pixel)
      Filters a Pixel
      Parameters:
      pixel - the pixel to check
      Returns:
      true if the pixel should be appear in new Selection