Package 

Class TintEffect

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

    
    public class TintEffect
     implements GSYVideoGLView.ShaderInterface
                        

    Tints the video with specified color..

    • Constructor Summary

      Constructors 
      Constructor Description
      TintEffect(int color) 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

      • TintEffect

        TintEffect(int color)
        Initialize Effect
        Parameters:
        color - Integer, representing an ARGB color with 8 bits per channel.May be created using Color class.