Hi all,
I notice that Glade generates colors for Druid* bg, logo_bg etc modulus 256.
I have read that to cover the spectrum (decimal 0-65535) values in the
range decimal 0-255 should be multiplied by 257 (hex 101) so that (in hex)
00 goes to 0000
01 goes to 0101
c0 goes to c0c0
ff goes to ffff
Glade ends up using only the spectrum 0000-ff00 so that colors are a little
bit darker (I can't tell the difference myself though).
Perhaps this is for a reason but I just thought that I'd mention it.
Regards, Dermot
+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.