sanpera
sanpera copied to clipboard
Opacity for a color from an RGB-only frame is nonsense
Make an image. Make it not have an alpha channel. Grab a pixel from it. Examine the pixel's alpha channel. You will get garbage.
Either forbid access to the alpha or (much easier) default it to 1.