openjpeg/src/bin/fltk/flviewer/rgb_color.hh

8 lines
198 B
C++

#ifndef _FLVIEWER_RGB_COLOR_HH_
#define _FLVIEWER_RGB_COLOR_HH_
extern int rgb_color_values(char *name, unsigned char &r,
unsigned char &g, unsigned char &b);
#endif //_FLVIEWER_RGB_COLOR_HH_