Searched refs:n_colors (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dcolordlg.cpp96 gint n_colors = 0; local
102 colors[n_colors] = *c.GetColor();
103 n_colors++;
107 wxGtkString pal(gtk_color_selection_palette_to_string(colors, n_colors));
129 gint n_colors; local
130 if (gtk_color_selection_palette_from_string(pal, &colors, &n_colors))
132 for (int i = 0; i < wxMin(n_colors, 16); i++)

Completed in 78 milliseconds