Package 

Class SepiaFilter

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

    
    public class SepiaFilter
    extends BaseFilter
                        

    Converts frames to sepia tone.

    • Constructor Summary

      Constructors 
      Constructor Description
      SepiaFilter()
    • 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

      • SepiaFilter

        SepiaFilter()