Module com.github.weisj.jsvg
Class FeColorMatrix.LuminanceToAlphaFilter
- 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.LuminanceToAlphaFilter
-
- All Implemented Interfaces:
java.awt.image.ImageConsumer,java.lang.Cloneable
- Enclosing class:
- FeColorMatrix
public static final class FeColorMatrix.LuminanceToAlphaFilter extends FeColorMatrix.AffineRGBImageFilter
-
-
Constructor Summary
Constructors Constructor Description LuminanceToAlphaFilter()
-
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
-
-