tahoma2d/toonz/sources/include/tools/RGBpicker.h
Toshihiro Shimizu 890dddabbd first commit
2016-03-19 02:57:51 +09:00

28 lines
635 B
C++

#ifndef RGB_PICKER_H
#define RGB_PICKER_H
#include "tpixel.h"
/* (by Daniele)
NOTE: This stuff should be moved to ToonzQt's StyleEditor class.
It was previously in the RGBPickerTool's local namespace - but its scope
should be wider...
*/
namespace RGBPicker
{
//*************************************************************************************
// RGB Picker open functions
//*************************************************************************************
void setCurrentColor(const TPixel32 &color);
void setCurrentColorWithUndo(const TPixel32 &color);
} //namespace RGBPicker
#endif //RGB_PICKER_H