Home
last modified time | relevance | path

Searched refs:ASMC_MainColors (Results 1 – 5 of 5) sorted by relevance

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dcolorscheme.h96 #define ASMC_MainColors 31 macro
99 extern char *ASMainColorNames[ASMC_MainColors];
109 int main_saturations[ASMC_MainColors] ;
110 int main_values[ASMC_MainColors] ;
111 int main_hues[ASMC_MainColors] ;
112 ARGB32 main_colors[ASMC_MainColors] ;
H A Dcolorscheme.c10 char *ASMainColorNames[ASMC_MainColors] = {
385 for (i = 0; i < ASMC_MainColors; ++i) in make_NeXTish_ascolor_scheme()
675 for (i = 0; i < ASMC_MainColors; ++i) in populate_ascs_colors_rgb()
684 for (i = 0; i < ASMC_MainColors; ++i) { in populate_ascs_colors_xml()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterConf/
H A DColor.c143 if (index >= 0 && index < ASMC_MainColors) { in ParseColorOptions()
192 for (i = 0; i < ASMC_MainColors; ++i) { in WriteColorOptions()
258 for (i = 0; i < ASMC_MainColors; ++i) in ASColorScheme2ColorConfig()
276 for (i = 0; i < ASMC_MainColors; ++i) in ColorConfig2ASColorScheme()
281 for (i = 0; i < ASMC_MainColors; ++i) in ColorConfig2ASColorScheme()
H A Dafterconf.h2221 #define COLOR_Angle_ID (COLOR_ID_START+ASMC_MainColors)
2222 #define COLOR_ID_END (COLOR_ID_START+ASMC_MainColors+1)
2259 COLOR_Angle = (0x01<<ASMC_MainColors)
2267 ARGB32 main_colors[ASMC_MainColors] ;
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libASGTK/
H A Dasgtkcolorsel.c183 for (i = 0; i < ASMC_MainColors; ++i) { in asgtk_color_selection_create_cs_list()