PDA

View Full Version : Skin color help



Nuc72
2008-11-17, 02:51
Hi Guys,

I need some help to make skins for SS&D. Could anybody tell me what kind of color code system is in the skin.inis? It's not the common hexa, I've tried to figure out what mean the numbers in color sections, but it's failed. :sick:

Any help? Thanks in advance...

PepiMK
2008-11-17, 14:20
Skinner (http://forums.spybot.info/downloads.php?id=39) ;)

It's a nullbyte and reverse RGB.

Nuc72
2008-11-18, 03:21
Jesus... Could You tell me something more about it? If You could demonstrate it with a sample it would be nice. For example how can I translate an RGB color to the code used in SS&D?

PepiMK
2008-11-19, 16:32
The linked tools should allow you to pick colours from a colour dialog ;)

But the "hard" way: let's take a look at this example:


[Toolbar]
Background=9141122

9141122 decimal is 0x008B7B82 hexadecimal. Which is R=0x82, G=0x7B and B=0x8B.

So to go the other way round, you take 0x00BBGGRR and use the Windows calculator to cenvert it from hexadecimal to decimal.

I also sometimes use ColorSPY (http://www.microtask.ca/colorspy2pb.html) to grab colours, which can display colours in Delphi format.

Nuc72
2008-11-21, 03:12
Thank You very much for Your help.
It's true - it's not so easy way to define a color. I'll try to do my best. Thanx again! :p: