How does one go about using a alpha blending formula to achieve the src rgb color from the resultant of the 2 blended together
I m trying to take my gl buffer and turn it into a UIImage while retaining the per-pixel alpha within that gl buffer. It doesn t seem to work, as the result I m getting is the buffer w/o alpha. Can ...