DDeepin Developerfeat: Init commit
2d5aea13创建于 2022年9月22日历史提交
#ifndef GD_COLOR_H
#define GD_COLOR_H 1

#ifdef __cplusplus
extern "C" {
#endif

	int gdColorMatch(gdImagePtr im, int col1, int col2, float threshold);

#ifdef __cplusplus
}
#endif

#endif