HomeSort by: relevance | last modified time | path
    Searched defs:colour_dist_sq (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/tmux/dist/
colour.c 30 colour_dist_sq(int R, int G, int B, int r, int g, int b) function
82 d = colour_dist_sq(cr, cg, cb, r, g, b);
83 if (colour_dist_sq(grey, grey, grey, r, g, b) < d)

Completed in 14 milliseconds