Changeset 1904 for trunk/MagicSoft/Mars/mgui
- Timestamp:
- 04/03/03 18:41:43 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/mgui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/MCamDisplay.cc
r1740 r1904 521 521 } 522 522 523 void MCamDisplay::SetPrettyPalette() 524 { 525 SetPalette(1, 0); 526 } 527 528 void MCamDisplay::SetDeepBlueSeaPalette() 529 { 530 SetPalette(51, 0); 531 } 532 533 void MCamDisplay::SetInvDeepBlueSeaPalette() 534 { 535 SetPalette(52, 0); 536 } 537 523 538 void MCamDisplay::DrawPixelNumbers() 524 539 { -
trunk/MagicSoft/Mars/mgui/MCamDisplay.h
r1740 r1904 90 90 void SetInvDeepBlueSeaPalette(); // *MENU* 91 91 92 93 94 92 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 93 97 94 ClassDef(MCamDisplay, 0) // Displays the magic camera
Note:
See TracChangeset
for help on using the changeset viewer.