Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我制作了一个应用程序,其中有一个实现 OpenGLSurfaceView 的 FrameLayout。我需要做的是让 SurfaceView 从其父布局(填满整个屏幕)中获取背景。我可以以某种方式使 SurfaceView 背景透明,这样我就可以从父布局中获得图片了吗?
以某种方式管理它,在 onDrawFrame(GL10 gl) 函数上我做了这个 gl.glColor4f(0.63671875f, 0.76953125f, 0.22265625f, 1.0f); 现在它可以工作了。首先,最后一个变量是 0.0f 并将其更改为 1.0f 使其工作:D 10x 很多