Class FeColorMatrix.MatrixRGBFilter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double a1  
      private double a2  
      private double a3  
      private double a4  
      private double a5  
      private double b1  
      private double b2  
      private double b3  
      private double b4  
      private double b5  
      private double g1  
      private double g2  
      private double g3  
      private double g4  
      private double g5  
      private double r1  
      private double r2  
      private double r3  
      private double r4  
      private double r5  
      • Fields inherited from class java.awt.image.RGBImageFilter

        canFilterIndexColorModel, newmodel, origmodel
      • Fields inherited from class java.awt.image.ImageFilter

        consumer
      • Fields inherited from interface java.awt.image.ImageConsumer

        COMPLETESCANLINES, IMAGEABORTED, IMAGEERROR, RANDOMPIXELORDER, SINGLEFRAME, SINGLEFRAMEDONE, SINGLEPASS, STATICIMAGEDONE, TOPDOWNLEFTRIGHT
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private MatrixRGBFilter​(double[] values)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int filterRGB​(int x, int y, int rgb)  
      (package private) boolean isLinear()  
      • Methods inherited from class java.awt.image.RGBImageFilter

        filterIndexColorModel, filterRGBPixels, setColorModel, setPixels, setPixels, substituteColorModel
      • Methods inherited from class java.awt.image.ImageFilter

        clone, getFilterInstance, imageComplete, resendTopDownLeftRight, setDimensions, setHints, setProperties
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • r1

        private final double r1
      • r2

        private final double r2
      • r3

        private final double r3
      • r4

        private final double r4
      • r5

        private final double r5
      • g1

        private final double g1
      • g2

        private final double g2
      • g3

        private final double g3
      • g4

        private final double g4
      • g5

        private final double g5
      • b1

        private final double b1
      • b2

        private final double b2
      • b3

        private final double b3
      • b4

        private final double b4
      • b5

        private final double b5
      • a1

        private final double a1
      • a2

        private final double a2
      • a3

        private final double a3
      • a4

        private final double a4
      • a5

        private final double a5
    • Constructor Detail

      • MatrixRGBFilter

        private MatrixRGBFilter​(double[] values)
    • Method Detail

      • filterRGB

        public int filterRGB​(int x,
                             int y,
                             int rgb)
        Specified by:
        filterRGB in class java.awt.image.RGBImageFilter