示例#1
0
文件: color.c 项目: Minoos/gimp
int
color_type_input (int in)
{
  return CLAMP_UP_TO (in, NUMCOLORRADIO);
}
示例#2
0
int
general_bg_type_input (int in)
{
  return CLAMP_UP_TO (in, NUMGENERALBGRADIO);
}
示例#3
0
int
place_type_input (int in)
{
  return CLAMP_UP_TO (in, NUM_PLACE_RADIO);
}