/* drwUColPk */


#if defined NAMESPACE_DRWIMPC
  namespace DrWimpC {
#endif


#if defined NAMESPACE_OSLIB
  using namespace OSLib;
#endif


#ifdef __cplusplus 
extern "C" {
#endif

extern void drw_u_colourpickerrgb(int red,
                                  int green,
                                  int blue,
                                  int none);
extern void drw_u_colourpickermodel(int model,
                                    double value1,
                                    double value2,
                                    double value3,
                                    double value4,
                                    int none);

#ifdef __cplusplus
}
#endif

#if defined NAMESPACE_DRWIMPC
  }
#endif

