FileDocCategorySizeDatePackage
ContrastFilter.javaAPI DocAndroid 5.1 API1811Thu Mar 12 22:22:30 GMT 2015android.filterpacks.imageproc

ContrastFilter

public class ContrastFilter extends SimpleImageFilter
hide

Fields Summary
private static final String
mContrastShader
Constructors Summary
public ContrastFilter(String name)


       
        super(name, "contrast");
    
Methods Summary
protected android.filterfw.core.ProgramgetNativeProgram(android.filterfw.core.FilterContext context)

        return new NativeProgram("filterpack_imageproc", "contrast");
    
protected android.filterfw.core.ProgramgetShaderProgram(android.filterfw.core.FilterContext context)

        return new ShaderProgram(context, mContrastShader);