Searched refs:_get_color_ratios (Results 1 – 1 of 1) sorted by relevance
180 uw_r_g_ratio, uw_b_g_ratio = _get_color_ratios(uw_img, 'UW')181 w_r_g_ratio, w_b_g_ratio = _get_color_ratios(w_img, 'W')262 def _get_color_ratios(img, identifier): function