tahoma2d/toonz/sources/include/tools/RGBpicker.h
2016-05-17 00:04:11 +09:00

28 lines
647 B
C++

#pragma once
#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