Saïvann Carignan:
I looked at your "fix" for the palette colors. While the original code was 
misleading by using 0x156, changing it to 342 is also incorrect. An 8-bit 
graphic by definition can only have a max of 256 colors. I know, the 0x156 
displays red for the Failure status, but where the heck does that color even 
come from??? The real fix is getting the pallete indexes to actually work 
correctly at all because palette 156 is not red and the example images only 
have 255 colors in them. I have tried several different images and can tell you 
that the color you will see does not match the palette index color.

Is there another bug for this that I'm missing as it should not matter
wither you use 0x0 thru 0xff(hex), or 0 thru 255(dec)

-- 
palette indexes in eft-theme.c should not be prefixed with 0x
https://bugs.launchpad.net/bugs/66760
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to