FileDocCategorySizeDatePackage
BrightnessFilter.javaAPI DocAndroid 5.1 API1711Thu Mar 12 22:22:30 GMT 2015android.filterpacks.imageproc

BrightnessFilter

public class BrightnessFilter extends SimpleImageFilter
hide

Fields Summary
private static final String
mBrightnessShader
Constructors Summary
public BrightnessFilter(String name)


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

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

        return new ShaderProgram(context, mBrightnessShader);