Package com.day.image

Interface DitherOp.DitherAlgorithm

Enclosing class:
DitherOp

public static interface DitherOp.DitherAlgorithm
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    dither(Raster src, WritableRaster dst, com.day.image.DitherOp.OctTree tree)
     
  • Method Details