I am looking for a list of the available color names one can use
(e.g.in r.colors), but I couldn't find them. Could anybody provide me
with a link of where I can find them or a list of them?
Centre of Excellence for Invasion Biology
Faculty of Science
Natural Sciences Building
Private Bag X1
University of Stellenbosch
Matieland 7602
South Africa
I am looking for a list of the available color names one can use
(e.g.in r.colors), but I couldn't find them. Could anybody provide me
with a link of where I can find them or a list of them?
On Fri, Jan 16, 2009 at 2:59 PM, Martin Landa <landa.martin@gmail.com> wrote:
2009/1/16 Rainer M Krug <r.m.krug@gmail.com>:
I am looking for a list of the available color names one can use
(e.g.in r.colors), but I couldn't find them. Could anybody provide me
with a link of where I can find them or a list of them?
r.colors -l
Thanks for the prompt response - but this gives me the color maps, and
not the names of individual colors. But I found them in the help for
ps.map.
Centre of Excellence for Invasion Biology
Faculty of Science
Natural Sciences Building
Private Bag X1
University of Stellenbosch
Matieland 7602
South Africa
On Fri, Jan 16, 2009 at 2:59 PM, Martin Landa <landa.martin@gmail.com> wrote:
2009/1/16 Rainer M Krug <r.m.krug@gmail.com>:
I am looking for a list of the available color names one can use
(e.g.in r.colors), but I couldn't find them. Could anybody provide me
with a link of where I can find them or a list of them?
r.colors -l
Thanks for the prompt response - but this gives me the color maps, and
not the names of individual colors. But I found them in the help for
ps.map.
Centre of Excellence for Invasion Biology
Faculty of Science
Natural Sciences Building
Private Bag X1
University of Stellenbosch
Matieland 7602
South Africa
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-user
--
--
Paolo C.
Lat. 44° 39' 11.08'' N Long. 7° 23' 25.26'' E
I am looking for a list of the available color names one can use
(e.g.in r.colors), but I couldn't find them. Could anybody provide me
with a link of where I can find them or a list of them?
lib/gis/color_str.c contains the list, as does include/colors.h, and
the output from d.colorlist.
FWIW, the list is:
black
red
green
blue
yellow
cyan
magenta
white
grey (alias gray)
orange
aqua
indigo
violet (alias purple)
brown
This list is used for most GRASS commands, but *not* by ps.map, which
has its own table. Although ps.map supports the same set of names, the
actual colours differ in a few cases:
On Sat, Jan 17, 2009 at 1:10 PM, Glynn Clements
<glynn@gclements.plus.com> wrote:
Rainer M Krug wrote:
Hi
I am looking for a list of the available color names one can use
(e.g.in r.colors), but I couldn't find them. Could anybody provide me
with a link of where I can find them or a list of them?
lib/gis/color_str.c contains the list, as does include/colors.h, and
the output from d.colorlist.
FWIW, the list is:
black
red
green
blue
yellow
cyan
magenta
white
grey (alias gray)
orange
aqua
indigo
violet (alias purple)
brown
This list is used for most GRASS commands, but *not* by ps.map, which
has its own table. Although ps.map supports the same set of names, the
actual colours differ in a few cases:
Centre of Excellence for Invasion Biology
Faculty of Science
Natural Sciences Building
Private Bag X1
University of Stellenbosch
Matieland 7602
South Africa