Class AverageGrayscale

  • All Implemented Interfaces:
    GrayscaleMethod

    public class AverageGrayscale
    extends java.lang.Object
    implements GrayscaleMethod
    Returns a Grayscale copy of this using the average method. The Average method takes the average value of R, G, and B as the grayscale value.