Re: How to apply a constant alpha to a Texture...
Posted by
gouessej on
Oct 12, 2017; 8:09am
URL: https://forum.jogamp.org/How-to-apply-a-constant-alpha-to-a-Texture-tp4038246p4038247.html
Why not using ABGR or RGBA instead? You can use an helper to access each pixel and modify it if needed. You can use a shader too.