libgd/src/gd_color.h

15 lines
189 B
C
Raw Permalink Normal View History

#ifndef GD_COLOR_H
#define GD_COLOR_H 1
#ifdef __cplusplus
extern "C" {
#endif
2013-04-03 05:23:11 -07:00
int gdColorMatch(gdImagePtr im, int col1, int col2, float threshold);
#ifdef __cplusplus
}
#endif
#endif