Help - Search - Members - Calendar
Full Version: question about the color pickers in column config.
Hydrogenaudio Forums > Hosted Forums > foobar2000 > General - (fb2k)
Generalverdacht
in the old foobar version i could pick the colour as i liked and i got an value like FFFFFF which i could use with these boxes in my code.

now with the 0.9.1 latest columnui, i get something like "$rgb(0,0,0)". how can i change that, or how can i use this "§rgb..." string?
gfngfgf
"$rgb(x,x,x)" evaluates to a six-digit color code. You can use "$rgb(x,x,x) in place of any "FFFFFF" code. Read the titleformat reference for more information.

edit: fixed url
roentgen
The same as you did in the previous version.
Just add $rgb(0,0,0) or whatever in front of what you need to give a special color. Also add $rgb() when you want to reset the color to the default values...
As far as I know the old way of inserting colors works too, but I find it easier this way.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.