On Tue, 2008-09-30 at 13:06 +0100, Peter TB Brett wrote:
> On Tuesday 30 September 2008 12:32:41 Ales Hvezda wrote:
> > Hi Peter,
> >
> > [snip]
> >
> > > - "Overlay" screen colour map (what is this even used for?)
> >
> >     Where do you see this color map?
> 
> Sorry, I meant "outline", not "overlay". From gschem-darkbg:
> 
>   ; In all of the color modes: 
>   ;       the first string is the actual color name
>   ;       the second string is the outline color name   <--- THIS ???
>   ;       the third string is the postscript color name
>   ;       and the final 3 integers are the RGB values for PNG image files

That is used, but its hidden as to where ;)

gschem/src/x_color.c

GdkColor *x_get_darkcolor(int color)
{
  if (colors[color].outline_color_name) {
    return(colors[color].gdk_outline_color);
  } else {
    fprintf(stderr, _("Tried to get an invalid color: %d\n"), color);
    return(&white);
  }

"Outline" color is the color used to XOR / rubberband objects. I don't
know why the getter is called "x_get_darkcolor" though.

Best wishes,

-- 
Peter Clifton

Electrical Engineering Division,
Engineering Department,
University of Cambridge,
9, JJ Thomson Avenue,
Cambridge
CB3 0FA

Tel: +44 (0)7729 980173 - (No signal in the lab!)



_______________________________________________
geda-dev mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev

Reply via email to