Package 

Class BlackAndWhiteFilter

  • All Implemented Interfaces:
    com.otaliastudios.cameraview.filter.Filter

    
    public class BlackAndWhiteFilter
    extends BaseFilter
                        

    Converts the frames into black and white colors.

    • Method Summary

      Modifier and Type Method Description
      String getFragmentShader() Returns a String containing the fragment shader.
      • Methods inherited from class com.otaliastudios.cameraview.filter.BaseFilter

        copy, draw, getVertexShader, onCreate, onDestroy, setSize
      • Methods inherited from class com.otaliastudios.cameraview.filter.Filter

        copy
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BlackAndWhiteFilter

        BlackAndWhiteFilter()