Interface MutatableFilter


  • public interface MutatableFilter
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void mutate​(float mutationLevel, java.awt.image.BufferedImageOp dst, boolean keepShape, boolean keepColors)  
    • Method Detail

      • mutate

        void mutate​(float mutationLevel,
                    java.awt.image.BufferedImageOp dst,
                    boolean keepShape,
                    boolean keepColors)