Home
last modified time | relevance | path

Searched refs:alpha_color_1 (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/geeqie/geeqie-1.6/src/
H A Doptions.c97 memset(&options->image.alpha_color_1, 0, sizeof(options->image.alpha_color_1)); in init_options()
100 options->image.alpha_color_1.red = 0x009999; in init_options()
101 options->image.alpha_color_1.green = 0x009999; in init_options()
102 options->image.alpha_color_1.blue = 0x009999; in init_options()
H A Drenderer-clutter.c411 ((options->image.alpha_color_1.red << 8 & 0x00FF0000) + in update_display_pixbuf()
412 (options->image.alpha_color_1.green & 0x00FF00) + in update_display_pixbuf()
413 (options->image.alpha_color_1.blue >> 8 & 0x00FF)), in update_display_pixbuf()
427 ((options->image.alpha_color_1.red << 8 & 0x00FF0000) + in update_display_pixbuf()
428 (options->image.alpha_color_1.green & 0x00FF00) + in update_display_pixbuf()
429 (options->image.alpha_color_1.blue >> 8 & 0x00FF)), in update_display_pixbuf()
H A Doptions.h137 GdkColor alpha_color_1; member
H A Drenderer-tiles.c1304 ((options->image.alpha_color_1.red << 8 & 0x00FF0000) + in rt_tile_get_region()
1305 (options->image.alpha_color_1.green & 0x00FF00) + in rt_tile_get_region()
1306 (options->image.alpha_color_1.blue >> 8 & 0x00FF)), in rt_tile_get_region()
1322 ((options->image.alpha_color_1.red << 8 & 0x00FF0000) + in rt_tile_get_region()
1323 (options->image.alpha_color_1.green & 0x00FF00) + in rt_tile_get_region()
1324 (options->image.alpha_color_1.blue >> 8 & 0x00FF)), in rt_tile_get_region()
H A Dpreferences.c349 options->image.alpha_color_1 = c_options->image.alpha_color_1; in config_window_apply()
2259 pref_color_button_new(group, _("Alpha channel color 1"), &options->image.alpha_color_1, in config_tab_image()
2260 G_CALLBACK(pref_color_button_set_cb), &c_options->image.alpha_color_1); in config_tab_image()
2265 c_options->image.alpha_color_1 = options->image.alpha_color_1; in config_tab_image()
H A Drcfile.c394 WRITE_NL(); WRITE_COLOR(*options, image.alpha_color_1); in write_global_attributes()
812 if (READ_COLOR(*options, image.alpha_color_1)) continue; in load_global_params()