[ROOT] Problem with TAttFill::SetFillColor();

From: Alexander Zvyagin (Alexander.Zviagine@cern.ch)
Date: Sun Jun 25 2000 - 16:27:27 MEST


Hi,

I have TNode object that was created with this code:

  TNode *node = new TNode(.......);
  node->SetLineColor(color1);
  node->SetFillColor(color2);

The call node->SetFillColor(color2) does not change fill colour of my
object (SetLineColor() works just fine). What is the problem? It seems
that the usage of methods TAttLine::SetLineColor() and
TAttFill::SetFillColor() is not symmetrical. If this is a FEATURE, it
creates some confusion.

With best wishes,
Alexander Zvyagin.



This archive was generated by hypermail 2b29 : Tue Jan 02 2001 - 11:50:28 MET