FileDocCategorySizeDatePackage
AlphaBlendFilter.javaAPI DocAndroid 5.1 API2006Thu Mar 12 22:22:30 GMT 2015android.filterpacks.imageproc

AlphaBlendFilter

public class AlphaBlendFilter extends ImageCombineFilter
hide

Fields Summary
private final String
mAlphaBlendShader
Constructors Summary
public AlphaBlendFilter(String name)


       
        super(name, new String[] { "source", "overlay", "mask" }, "blended", "weight");
    
Methods Summary
protected android.filterfw.core.ProgramgetNativeProgram(android.filterfw.core.FilterContext context)

        throw new RuntimeException("TODO: Write native implementation for AlphaBlend!");
    
protected android.filterfw.core.ProgramgetShaderProgram(android.filterfw.core.FilterContext context)

        return new ShaderProgram(context, mAlphaBlendShader);