153154155156157158159
*/ public CompositeContext createContext(ColorModel srcColorModel, ColorModel dstColorModel, RenderingHints hints) { return new AlphaCompositeContext(this, srcColorModel, dstColorModel); }