Package 

Class GammaEffect

  • All Implemented Interfaces:
    com.shuyu.gsyvideoplayer.render.view.GSYVideoGLView.ShaderInterface

    
    public class GammaEffect
     implements GSYVideoGLView.ShaderInterface
                        

    Apply Gamma Effect on Video being played

    • Constructor Summary

      Constructors 
      Constructor Description
      GammaEffect(float gammaValue) Initialize Effect
    • Method Summary

      Modifier and Type Method Description
      String getShader(GLSurfaceView mGlSurfaceView)
      • Methods inherited from class java.lang.Object

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

      • GammaEffect

        GammaEffect(float gammaValue)
        Initialize Effect
        Parameters:
        gammaValue - Range should be between 0.0 - 2.0 with 1.0 being normal.