Jump to content
nomisum

Weird RscPicture Color Change Problem [solved]

Recommended Posts

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.

 

 

lk7S0WM.jpg

 

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

I figured it out, forgot the annoying "divide by 8" limitation of PAA :icon_bash:

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×