android-gpuimage-plus icon indicating copy to clipboard operation
android-gpuimage-plus copied to clipboard

How to change color background

Open Quangninh-io opened this issue 2 years ago • 0 comments

How to change background color, I try to change color at ImageGLSurfaceView in @Override public void onSurfaceChanged(GL10 gl, int width, int height) { GLES20.glClearColor(1.0f, 1.0f, 1.0f, 1.0f); mViewWidth = width; mViewHeight = height; calcViewport(); } but it doesn't work the background is always black

Quangninh-io avatar May 27 '23 03:05 Quangninh-io