Package com.day.image

Interface DitherOp.DitherAlgorithm

  • Enclosing class:
    DitherOp

    public static interface DitherOp.DitherAlgorithm
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void dither​(java.awt.image.Raster src, java.awt.image.WritableRaster dst, com.day.image.DitherOp.OctTree tree)  
    • Method Detail

      • dither

        void dither​(java.awt.image.Raster src,
                    java.awt.image.WritableRaster dst,
                    com.day.image.DitherOp.OctTree tree)