Interface MutatableFilter

All Known Implementing Classes:
CellularFilter, CrystallizeFilter, PointillizeFilter

public interface MutatableFilter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    mutate(float mutationLevel, BufferedImageOp dst, boolean keepShape, boolean keepColors)
     
  • Method Details

    • mutate

      void mutate(float mutationLevel, BufferedImageOp dst, boolean keepShape, boolean keepColors)