Home
last modified time | relevance | path

Searched refs:color_background (Results 1 – 25 of 46) sorted by relevance

12

/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/src/display/
H A Dcolor_manager.rs27 theme.color_background, in new()
32 theme.color_background, in new()
37 theme.color_background, in new()
42 theme.color_background, in new()
47 theme.color_background, in new()
52 theme.color_background, in new()
57 theme.color_background, in new()
62 theme.color_background, in new()
67 theme.color_background, in new()
72 theme.color_background, in new()
[all …]
/dports/lang/elixir/elixir-1.12.3/lib/elixir/test/elixir/io/
H A Dansi_test.exs131 test "color_background/1" do
132 assert IO.ANSI.color_background(0) == "\e[48;5;0m"
133 assert IO.ANSI.color_background(42) == "\e[48;5;42m"
134 assert IO.ANSI.color_background(255) == "\e[48;5;255m"
137 IO.ANSI.color_background(-1)
141 IO.ANSI.color_background(256)
145 test "color_background/3" do
146 assert IO.ANSI.color_background(0, 4, 2) == "\e[48;5;42m"
147 assert IO.ANSI.color_background(1, 1, 1) == "\e[48;5;59m"
151 IO.ANSI.color_background(0, 6, 1)
[all …]
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/test/elixir/io/
H A Dansi_test.exs131 test "color_background/1" do
132 assert IO.ANSI.color_background(0) == "\e[48;5;0m"
133 assert IO.ANSI.color_background(42) == "\e[48;5;42m"
134 assert IO.ANSI.color_background(255) == "\e[48;5;255m"
137 IO.ANSI.color_background(-1)
141 IO.ANSI.color_background(256)
145 test "color_background/3" do
146 assert IO.ANSI.color_background(0, 4, 2) == "\e[48;5;42m"
147 assert IO.ANSI.color_background(1, 1, 1) == "\e[48;5;59m"
151 IO.ANSI.color_background(0, 6, 1)
[all …]
/dports/comms/hackrf-devel/hackrf-ee44d2d62e2dd24648599172f90fc8fc2e3b3cc3/firmware/common/
H A Dui_portapack.c280 static const ui_color_t color_background = { 0x001f }; variable
296 portapack_draw_bitmap(point_next, glyph, color_foreground, color_background); in portapack_lcd_draw_int()
306 portapack_draw_bitmap(point, glyph, color_foreground, color_background); in portapack_lcd_draw_string()
384 …ap(radio_draw_list[item].point, *radio_draw_list[item].bitmap, color_foreground, color_background); in portapack_draw_radio_path_item()
404 portapack_clear_display(color_background); in portapack_ui_init()
410 portapack_clear_display(color_background); in portapack_ui_deinit()
442 portapack_fill_rectangle(rect, color_background); in portapack_ui_set_frequency()
444 portapack_draw_bitmap(point, glyph, color_foreground, color_background); in portapack_ui_set_frequency()
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/codeitnowin/barcode/CodeItNow/BarcodeBundle/Utils/
H A DQrCode.php95 protected $color_background = array('r' => 255, 'g' => 255, 'b' => 255, 'a' => 0); variable in CodeItNow\\BarcodeBundle\\Utils\\QrCode
642 * @param array $color_background RGB color
646 public function setBackgroundColor($color_background) argument
648 if (!isset($color_background['a'])) {
649 $color_background['a'] = 0;
652 $this->color_background = $color_background;
664 return $this->color_background;
1498 if ($this->color_background != null) {
1501 …_image, $index, $this->color_background['r'], $this->color_background['g'], $this->color_backgroun…
1503 …olorset($output_image, $index, $this->color_background['r'], $this->color_background['g'], $this->
/dports/mail/roundcube/roundcubemail-1.5.1/vendor/endroid/qr-code/src/
H A DQrCode.php106 protected $color_background = array('r' => 255, 'g' => 255, 'b' => 255, 'a' => 0); variable in Endroid\\QrCode\\QrCode
683 * @param array $color_background RGB color
687 public function setBackgroundColor($color_background) argument
689 if (!isset($color_background['a'])) {
690 $color_background['a'] = 0;
693 $this->color_background = $color_background;
705 return $this->color_background;
1520 if ($this->color_background != null) {
1523 …_image, $index, $this->color_background['r'], $this->color_background['g'], $this->color_backgroun…
1525 …olorset($output_image, $index, $this->color_background['r'], $this->color_background['g'], $this->
/dports/deskutils/gnome-system-log/gnome-system-log-3.9.90/src/
H A Dlogview-filter-manager.c173 GtkWidget *color_foreground, *color_background; in on_dialog_add_edit_reponse() local
196 color_background = GTK_WIDGET (gtk_builder_get_object (builder, in on_dialog_add_edit_reponse()
222 gtk_color_chooser_get_rgba (GTK_COLOR_CHOOSER (color_background), in on_dialog_add_edit_reponse()
274 GtkWidget *color_foreground, *color_background, *vbox_color; in run_add_edit_dialog() local
316 color_background = GTK_WIDGET (gtk_builder_get_object (builder, in run_add_edit_dialog()
321 color_background); in run_add_edit_dialog()
326 color_background); in run_add_edit_dialog()
363 gtk_color_chooser_set_rgba (GTK_COLOR_CHOOSER (color_background), in run_add_edit_dialog()
/dports/devel/agar/agar-1.5.0/ada-gui/
H A Dagar-gui-widget-graph.ads144 procedure color_background subprogspec
149 pragma import (c, color_background, "AG_GraphVertexColorBG");
194 procedure color_background subprogspec
199 pragma import (c, color_background, "AG_GraphEdgeColor");
/dports/deskutils/mate-utils/mate-utils-1.26.0/logview/src/
H A Dlogview-filter-manager.c167 GtkWidget *color_foreground, *color_background; in on_dialog_add_edit_reponse() local
184 color_background = GET_WIDGET ("color_background"); in on_dialog_add_edit_reponse()
223 gtk_color_chooser_get_rgba (GTK_COLOR_CHOOSER (color_background), &background_color); in on_dialog_add_edit_reponse()
256 GtkWidget *color_foreground, *color_background; in run_add_edit_dialog() local
280 color_background = GET_WIDGET ("color_background"); in run_add_edit_dialog()
314 gtk_color_chooser_set_rgba (GTK_COLOR_CHOOSER (color_background), in run_add_edit_dialog()
/dports/multimedia/qwinff/qwinff-0.2.1-22-g17e987e/src/ui/
H A Dprogressbar.cpp72 QColor color_background = Constants::getColor("ProgressBar/Colors/Background"); in paintEvent() local
79 QBrush background_brush(color_background); in paintEvent()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/gizmo_library/gizmo_types/
H A Ddial3d_gizmo.c267 float color_background[4] = {0}; in dial_ghostarc_draw() local
269 color_background[3] = color[3] / 2.0f; in dial_ghostarc_draw()
274 copy_v4_v4(color_background, color); in dial_ghostarc_draw()
275 color_background[3] = color[3] * rotation_count; in dial_ghostarc_draw()
278 immUniformColor4fv(color_background); in dial_ghostarc_draw()
/dports/x11-wm/i3/i3-4.20.1/i3-nagbar/
H A Dmain.c74 static color_t color_background; /* background of the bar */ variable
243 draw_util_clear_surface(&bar, color_background); in handle_expose()
245 draw_util_text(prompt, &bar, color_text, color_background, in handle_expose()
493 color_background = draw_util_hex_to_color("#900000"); in main()
500 color_background = draw_util_hex_to_color("#ffa8000"); in main()
/dports/x11-wm/i3-gaps/i3-4.20.1/i3-nagbar/
H A Dmain.c74 static color_t color_background; /* background of the bar */ variable
243 draw_util_clear_surface(&bar, color_background); in handle_expose()
245 draw_util_text(prompt, &bar, color_text, color_background, in handle_expose()
493 color_background = draw_util_hex_to_color("#900000"); in main()
500 color_background = draw_util_hex_to_color("#ffa8000"); in main()
/dports/comms/mgetty+sendfax/mgetty-1.1.37/frontends/tcl/faxview-0.2/
H A Dfaxview.tcl74 set color_background #dfdfdf ;# light gray
85 -background $color_background
87 option add *background $color_background
119 option add *Menu.activeBackground $color_background
121 option add *Menubutton.activeBackground $color_background
/dports/lang/elixir/elixir-1.12.3/lib/elixir/lib/io/
H A Dansi.ex86 @spec color_background(0..255) :: String.t()
87 def color_background(code) when code in 0..255, do: "\e[48;5;#{code}m" function
94 @spec color_background(0..5, 0..5, 0..5) :: String.t()
95 def color_background(r, g, b) when r in 0..5 and g in 0..5 and b in 0..5 do function
96 color_background(16 + 36 * r + 6 * g + b)
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/lib/io/
H A Dansi.ex86 @spec color_background(0..255) :: String.t()
87 def color_background(code) when code in 0..255, do: "\e[48;5;#{code}m" function
94 @spec color_background(0..5, 0..5, 0..5) :: String.t()
95 def color_background(r, g, b) when r in 0..5 and g in 0..5 and b in 0..5 do function
96 color_background(16 + 36 * r + 6 * g + b)
/dports/science/devisor/devisor2.1/devisor2/grid/options/
H A DDrawControl.java61 color_background = new Color (Integer.parseInt(op.get(Options.color_background))); in DrawControl()
263 public Color color_background; field in DrawControl
H A DOptions.java157 defaults.setProperty (color_background, Integer.toString((Color.white).getRGB())); in initDefaults()
750 public static final String color_background = "color_background"; field in Options
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/src/config/
H A Dtheme.rs6 pub(crate) color_background: Color, field
H A Dmod.rs48color_background: get_color(&git_config, "interactive-rebase-tool.backgroundColor", Color::Default… in new()
/dports/misc/iio-oscilloscope/iio-oscilloscope-0.14-master/plugins/
H A DAD7303.c57 static GdkColor color_background = { variable
375 gtk_widget_modify_bg(databox, GTK_STATE_NORMAL, &color_background); in AD7303_init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/ntp/
H A Dntp_resource_cache.cc577 SkColor color_background = in CreateNewTabCSS() local
608 color_utils::SkColorToRgbaString(color_background); in CreateNewTabCSS()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/ntp/
H A Dntp_resource_cache.cc642 SkColor color_background = in CreateNewTabCSS() local
673 color_utils::SkColorToRgbaString(color_background); in CreateNewTabCSS()
/dports/lang/elixir-devel/elixir-1.13.1/lib/ex_unit/lib/ex_unit/
H A Dcli_formatter.ex426 diff_delete_whitespace: IO.ANSI.color_background(2, 0, 0),
428 diff_insert_whitespace: IO.ANSI.color_background(0, 2, 0)
/dports/lang/elixir/elixir-1.12.3/lib/ex_unit/lib/ex_unit/
H A Dcli_formatter.ex421 diff_delete_whitespace: IO.ANSI.color_background(2, 0, 0),
423 diff_insert_whitespace: IO.ANSI.color_background(0, 2, 0)

12