Searched defs:Coon_Color (Results 1 – 1 of 1) sorted by relevance
696 struct Coon_Color { struct697 Coon_Color() { memset(comp, 0, sizeof(int) * 3); } in Coon_Color() function698 int comp[3];701 bool BiInterpol(Coon_Color colors[4], in BiInterpol()715 int Distance(Coon_Color& o) { in Distance()