Changeset 1740 for trunk/MagicSoft/Mars/mgui/MCamDisplay.cc
- Timestamp:
- 01/31/03 14:21:48 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/MCamDisplay.cc
r1715 r1740 942 942 } 943 943 */ 944 945 946 // ------------------------------------------------------------------------ 947 // 948 // Function introduced (31-01-03) 949 // 950 void 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.