On Thursday 31 July 2003 5:10 pm, Martin Vermeer wrote: > Actually I have > > class Branch { > private: > string branch_; > bool selected_; > string color_; > }; > > in BranchList.h. Storing as a string is OK I guess.
I guess, since LColor currently stores the X11 color name. Eg, '#ff0000' > What formati for the .lyx file? 255,0,0? 1.0,0.0,0.0? #ff0000? > I would propose the first, three bytes in decimal, but space > separated: \color 255 0 0. Easiest to lex. Seems fine to me. I don't see the point to that '\' though. > Can we agree on that? I think we agree on most everything. > > where's the difficulty? > Waiting for me when the coding begins :-/ That one used to wash. No more. You appear to be no.1 developer at the mo, just churning stuff out... Angus