public static class SVGComposite.ArithCompositeContext_INT_PACK_LUT extends SVGComposite.AlphaPreCompositeContext_INT_PACK
Modifier and Type | Field and Description |
---|---|
(package private) byte[] |
lut |
dstCM, srcCM
Constructor and Description |
---|
ArithCompositeContext_INT_PACK_LUT(java.awt.image.ColorModel srcCM,
java.awt.image.ColorModel dstCM,
float k1,
float k2,
float k3,
float k4) |
Modifier and Type | Method and Description |
---|---|
void |
precompose_INT_PACK(int width,
int height,
int[] srcPixels,
int srcAdjust,
int srcSp,
int[] dstInPixels,
int dstInAdjust,
int dstInSp,
int[] dstOutPixels,
int dstOutAdjust,
int dstOutSp) |
precompose
compose, dispose
ArithCompositeContext_INT_PACK_LUT(java.awt.image.ColorModel srcCM, java.awt.image.ColorModel dstCM, float k1, float k2, float k3, float k4)
public void precompose_INT_PACK(int width, int height, int[] srcPixels, int srcAdjust, int srcSp, int[] dstInPixels, int dstInAdjust, int dstInSp, int[] dstOutPixels, int dstOutAdjust, int dstOutSp)
precompose_INT_PACK
in class SVGComposite.AlphaPreCompositeContext_INT_PACK