Class FeColorMatrix.NoAlphaMatrixRGBFilter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double b1  
      private double b2  
      private double b3  
      private double g1  
      private double g2  
      private double g3  
      private double r1  
      private double r2  
      private double r3  
      • 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 NoAlphaMatrixRGBFilter​(double r1, double r2, double r3, double g1, double g2, double g3, double b1, double b2, double b3)  
    • 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
      • g1

        private final double g1
      • g2

        private final double g2
      • g3

        private final double g3
      • b1

        private final double b1
      • b2

        private final double b2
      • b3

        private final double b3
    • Constructor Detail

      • NoAlphaMatrixRGBFilter

        private NoAlphaMatrixRGBFilter​(double r1,
                                       double r2,
                                       double r3,
                                       double g1,
                                       double g2,
                                       double g3,
                                       double b1,
                                       double b2,
                                       double b3)
    • Method Detail

      • filterRGB

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