Ignore:
Timestamp:
01/31/03 14:21:48 (22 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mgui
Files:
2 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}
  • trunk/MagicSoft/Mars/mgui/MCamDisplay.h

    r1715 r1740  
    9090    void SetInvDeepBlueSeaPalette(); // *MENU*
    9191
     92
     93   
     94    void  SetPix(const Int_t pixnum, const Int_t color, Float_t min, Float_t max);      // New function added by M.Lopez in 31-01-03
     95
     96
    9297    ClassDef(MCamDisplay, 0) // Displays the magic camera
    9398};
Note: See TracChangeset for help on using the changeset viewer.