PDA

View Full Version : [GiGaBlue QUAD] lcd forground colour info please



Ojustaboo
13-11-13, 14:13
Hi, I'm messing about with my skin_display.xml to make the LCD screen look as I want it.

Is there a reference to how the foreground colours are worked out please, for example in the the xml file I'm altering, FFFF00 is yellow, what would I use to get shades of green or blue.

Many thanks

andyblac
13-11-13, 16:31
Hi, I'm messing about with my skin_display.xml to make the LCD screen look as I want it.

Is there a reference to how the foreground colours are worked out please, for example in the the xml file I'm altering, FFFF00 is yellow, what would I use to get shades of green or blue.

Many thanks

8 chrs

00 = off FF = 100%, so 00 - 09 - A0 - A9 - B0 - B9,etc etc

1st 2 = alpha
2nd 2 = RED
3rd 2 = GREEN
4th 2 = BLUE