Package 

Class HueEffect

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

    
    public class HueEffect
     implements GSYVideoGLView.ShaderInterface
                        

    Apply Hue effect on the video being played

    • Constructor Summary

      Constructors 
      Constructor Description
      HueEffect(float hueDegrees) 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

      • HueEffect

        HueEffect(float hueDegrees)
        Initialize Effect
        Parameters:
        hueDegrees - Range of value should be between 0 to 360 degrees as described in the image above