Stable: 2.5.2
Development: 2.6-alpha3
I don't quite understand how colordef works. Why is it 1000, and not something like 100? What do the numbers mean? I tried to produce gray with colordef gray = 500 500 500. And it said it was a bad color name.
I also tried black dim and dim black. Both resulted in a bad attribute error.
daper
Tue, 2009-03-17 13:50
Permalink
"gray" is not a valid color
"gray" is not a valid color in MOC, use "grey" :)
The value's range (0-1000) is due to ncurses API to initialize colors.