nomisum 129 Posted December 30, 2016 I have an issue with two Pictures laying on top of each other. The second one (Carrier Strength) gets a yellowish tone. Carrier-Strength is an opaque picture without Alpha Channel, I tried removing its background too but got even worse results (faint, faded overlay). There is no color-difference in the source pic (PNG), so the mistake must happen either in conversion to PAA or in the config. The phone is RGBA DXT5 with Alpha Channel. The carrier pic I cant get to DXT5, it always snaps to ARGB1555 (thank you TexView UX -.-). I can imagine this being the cause, but cant get them to have exactly the same setting. Both PAA use RscPicture with the following settings (x,y,w,h differ obviously): class RscBackPicture { access = 0; type = 0; idc = -1; style = 48; colorBackground[] = { 0, 0, 0, 0 }; colorText[] = { 1, 1, 1, 1 }; font = "TahomaB"; sizeEx = 0; lineSpacing = 0; text = ""; fixedWidth = 0; shadow = 0; x = 0; y = 0; w = 0.2; h = 0.15; moving = 1; }; Things I tried: * different RGB schemes in TexView but it seems to take its own setting (at least it resets when reopening the PAA) * playing around with colorBackground * Moving the phone-pic to controlsBackground while putting the carrier-pic to controls I'd be grateful for any hint! Share this post Link to post Share on other sites
nomisum 129 Posted December 30, 2016 I figured it out, forgot the annoying "divide by 8" limitation of PAA Share this post Link to post Share on other sites