Class SVGComposite.AlphaPreCompositeContext_INT_PACK

    • Constructor Detail

      • AlphaPreCompositeContext_INT_PACK

        AlphaPreCompositeContext_INT_PACK​(java.awt.image.ColorModel srcCM,
                                          java.awt.image.ColorModel dstCM)
    • Method Detail

      • precompose_INT_PACK

        protected abstract 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)