FileDocCategorySizeDatePackage
Invert.javaAPI DocAndroid 5.1 API1774Thu Mar 12 22:22:30 GMT 2015android.filterpacks.imageproc

Invert

public class Invert extends SimpleImageFilter
hide

Fields Summary
private static final String
mInvertShader
Constructors Summary
public Invert(String name)


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

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

        return new ShaderProgram(context, mInvertShader);