Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:11:42

0001 #ifndef Fireworks_Core_FWColorManagerExtra_h
0002 #define Fireworks_Core_FWColorManagerExtra_h
0003 #include "Fireworks/Core/interface/FWColorManager.h"
0004 
0005 namespace fireworks {
0006   void GetColorValuesForPaletteExtra(float (*iColors)[3], unsigned int iSize, FWColorManager::EPalette id, bool isBlack);
0007 }
0008 #endif