Module com.github.weisj.jsvg
Class FeColorMatrix.NoAlphaMatrixRGBFilter
- java.lang.Object
-
- java.awt.image.ImageFilter
-
- java.awt.image.RGBImageFilter
-
- com.github.weisj.jsvg.util.ColorSpaceAwareRGBImageFilter
-
- com.github.weisj.jsvg.nodes.filter.FeColorMatrix.AffineRGBImageFilter
-
- com.github.weisj.jsvg.nodes.filter.FeColorMatrix.NoAlphaMatrixRGBFilter
-
- All Implemented Interfaces:
java.awt.image.ImageConsumer,java.lang.Cloneable
- Enclosing class:
- FeColorMatrix
private static final class FeColorMatrix.NoAlphaMatrixRGBFilter extends FeColorMatrix.AffineRGBImageFilter
-
-
Field Summary
Fields Modifier and Type Field Description private doubleb1private doubleb2private doubleb3private doubleg1private doubleg2private doubleg3private doubler1private doubler2private doubler3
-
Constructor Summary
Constructors Modifier Constructor Description privateNoAlphaMatrixRGBFilter(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 intfilterRGB(int x, int y, int rgb)(package private) booleanisLinear()-
Methods inherited from class com.github.weisj.jsvg.util.ColorSpaceAwareRGBImageFilter
getRGB, pack, setConvertToLinear
-
Methods inherited from class java.awt.image.RGBImageFilter
filterIndexColorModel, filterRGBPixels, setColorModel, setPixels, setPixels, substituteColorModel
-
-
-
-
Method Detail
-
isLinear
boolean isLinear()
- Specified by:
isLinearin classFeColorMatrix.AffineRGBImageFilter
-
filterRGB
public int filterRGB(int x, int y, int rgb)- Specified by:
filterRGBin classjava.awt.image.RGBImageFilter
-
-