Ignore:
Timestamp:
01/31/03 14:21:48 (22 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgui/MCamDisplay.cc

    r1715 r1740  
    942942 }
    943943 */
     944
     945
     946// ------------------------------------------------------------------------
     947//
     948// Function introduced  (31-01-03)
     949//
     950void MCamDisplay::SetPix(const Int_t pixnum, const Int_t color, Float_t min, Float_t max)
     951{
     952    (*this)[pixnum].SetFillColor(GetColor(color, min, max));
     953
     954}
Note: See TracChangeset for help on using the changeset viewer.