Hi Markus,
I have modified the above statement as you propose. You can bypass
this problem in the existing versions in the following way
Create a TColor *myColor = new TColor(300,...
myColor->SetNumber(myNumber);
where 50<myNumber<100
Rene Brun
>
> On the other hand, creating colors beyond 255 seems to be possible,
> but any object drawn with such a high number apears to be white. I am
> not really sure whether this is due to a limitation of the colormap. I
> couldn't plot objects with color numbers beyond 255 on a SparcStation
> 2 and a Linux-PC.
>
> Also, I discovered that colors from 201 - 228 are predefined by
> Root. What are they beeing used for?
>
> So it seems that if I want to create new colors I am stuck with the
> color number 229 - 255 or am I doing something wrong? Any hints are
> most welcome!
>
> Cheers, Markus
>
> --
> markus.janousch@psi.ch