Home
last modified time | relevance | path

Searched refs:fill_color (Results 1 – 25 of 1513) sorted by relevance

12345678910>>...61

/dports/math/py-arviz/arviz-0.11.4/arviz/plots/backends/matplotlib/
H A Denergyplot.py22 fill_color, argument
52 if (fill_color[0].startswith("C") and len(fill_color[0]) == 2) and (
53 fill_color[1].startswith("C") and len(fill_color[1]) == 2
55 fill_color = tuple((_colors[int(color[1:]) % 10] for color in fill_color))
56 elif fill_color[0].startswith("C") and len(fill_color[0]) == 2:
57 fill_color = tuple([_colors[int(fill_color[0][1:]) % 10]] + list(fill_color[1:]))
58 elif fill_color[1].startswith("C") and len(fill_color[1]) == 2:
59 fill_color = tuple(list(fill_color[1:]) + [_colors[int(fill_color[0][1:]) % 10]])
63 fill_color,
/dports/audio/spectacle-lv2/spectacle-2.0-1-g27b1525/sources/plugin/
H A DColorPalette.cpp140 fill_color(Colors::text_normal, "#e0e0e0", nullptr); in save_defaults()
141 fill_color(Colors::text_active, "#ffb219", nullptr); in save_defaults()
143 fill_color(Colors::text_channel1, "#73e673", nullptr); in save_defaults()
144 fill_color(Colors::text_channel1 + 1, "#e6b173", nullptr); in save_defaults()
146 fill_color(Colors::spectrum_background, "#000000", nullptr); in save_defaults()
148 fill_color(Colors::spectrum_grid_text, "#ffffff80", nullptr); in save_defaults()
159 fill_color(Colors::slider_back, "#26262680", nullptr); in save_defaults()
160 fill_color(Colors::slider_fill, "#69696980", nullptr); in save_defaults()
162 fill_color(Colors::spin_box_back, "slider-back", nullptr); in save_defaults()
163 fill_color(Colors::spin_box_fill, "slider-fill", nullptr); in save_defaults()
[all …]
/dports/math/py-arviz/arviz-0.11.4/arviz/plots/backends/bokeh/
H A Denergyplot.py25 fill_color, argument
62 if (fill_color[0].startswith("C") and len(fill_color[0]) == 2) and (
63 fill_color[1].startswith("C") and len(fill_color[1]) == 2
65 fill_color = tuple((_colors[int(color[1:]) % 10] for color in fill_color))
66 elif fill_color[0].startswith("C") and len(fill_color[0]) == 2:
67 fill_color = tuple([_colors[int(fill_color[0][1:]) % 10]] + list(fill_color[1:]))
68 elif fill_color[1].startswith("C") and len(fill_color[1]) == 2:
69 fill_color = tuple(list(fill_color[1:]) + [_colors[int(fill_color[0][1:]) % 10]])
73 fill_color,
/dports/graphics/agg/agg-2.5/include/
H A Dagg_renderer_markers.h88 else base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in square()
120 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in diamond()
131 else base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in circle()
155 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in crossed_circle()
191 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in semiellipse_left()
227 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in semiellipse_right()
263 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in semiellipse_up()
299 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in semiellipse_down()
334 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in triangle_left()
525 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in xing()
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/include/
H A Dagg_renderer_markers.h83 else base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in square()
115 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in diamond()
126 else base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in circle()
150 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in crossed_circle()
186 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in semiellipse_left()
222 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in semiellipse_right()
258 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in semiellipse_up()
294 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in semiellipse_down()
329 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in triangle_left()
520 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in xing()
[all …]
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/include/
H A Dagg_renderer_markers.h83 else base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in square()
115 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in diamond()
126 else base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in circle()
150 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in crossed_circle()
186 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in semiellipse_left()
222 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in semiellipse_right()
258 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in semiellipse_up()
294 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in semiellipse_down()
329 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in triangle_left()
520 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in xing()
[all …]
/dports/graphics/mapserver/mapserver-7.6.4/renderers/agg/include/
H A Dagg_renderer_markers.h83 else base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in square()
115 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in diamond()
126 else base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in circle()
150 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in crossed_circle()
186 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in semiellipse_left()
222 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in semiellipse_right()
258 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in semiellipse_up()
294 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in semiellipse_down()
329 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in triangle_left()
520 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in xing()
[all …]
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/agg/include/
H A Dagg_renderer_markers.h83 else base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in square()
115 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in diamond()
126 else base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in circle()
150 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in crossed_circle()
186 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in semiellipse_left()
222 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in semiellipse_right()
258 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in semiellipse_up()
294 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in semiellipse_down()
329 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in triangle_left()
520 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full); in xing()
[all …]
/dports/databases/grass7/grass-7.8.6/display/d.grid/
H A Dfiducial.c32 RGBA_Color *line_color, *fill_color; in plot_symbol() local
38 fill_color = G_malloc(sizeof(RGBA_Color)); in plot_symbol()
49 fill_color->a = RGBA_COLOR_NONE; in plot_symbol()
53 fill_color->r = (unsigned char)R; in plot_symbol()
54 fill_color->g = (unsigned char)G; in plot_symbol()
55 fill_color->b = (unsigned char)B; in plot_symbol()
56 fill_color->a = RGBA_COLOR_OPAQUE; in plot_symbol()
64 D_symbol(Symb, easting, northing, line_color, fill_color); in plot_symbol()
67 G_free(fill_color); in plot_symbol()
/dports/audio/sidplayer/SIDPlayer-4.4/src/
H A Dprefs_window.cpp69 UseFillColor(true, &fill_color); in VolumeSlider()
100 top->SetViewColor(fill_color); in PrefsWindow()
116 label->SetViewColor(fill_color); in PrefsWindow()
119 label->SetViewColor(fill_color); in PrefsWindow()
124 filter_view->SetViewColor(fill_color); in PrefsWindow()
134 label->SetViewColor(fill_color); in PrefsWindow()
137 label->SetViewColor(fill_color); in PrefsWindow()
140 label->SetViewColor(fill_color); in PrefsWindow()
143 label->SetViewColor(fill_color); in PrefsWindow()
147 label->SetViewColor(fill_color); in PrefsWindow()
[all …]
/dports/math/maxima/maxima-5.43.2/doc/info/figures/
H A Dworldmap_geomap3.mac7 [fill_color = red], make_poly_country(Bolivia),
8 [fill_color = cyan], make_poly_country(Paraguay),
9 [fill_color = green], make_poly_country(Colombia),
10 [fill_color = blue], make_poly_country(Chile),
11 [fill_color = "#23ab0f"], make_poly_country(Brazil),
12 [fill_color = goldenrod], make_poly_country(Argentina),
13 [fill_color = "midnight-blue"], make_poly_country(Uruguay))$
/dports/x11-toolkits/gnustep-back/libs-back-back-0_28_0/Source/art/
H A DARTGState.m70 fill_color[0] = r;
108 fill_color[0] = fill_color[1] = fill_color[2] = gray * 255;
163 color: fill_color[0] : fill_color[1] : fill_color[2] : fill_color[3]
198 color: fill_color[0] : fill_color[1] : fill_color[2] : fill_color[3]
239 color: fill_color[0] : fill_color[1] : fill_color[2] : fill_color[3]
269 color: fill_color[0]:fill_color[1]:fill_color[2]:fill_color[3]
296 color: fill_color[0] : fill_color[1] : fill_color[2] : fill_color[3]
323 color: fill_color[0] : fill_color[1] : fill_color[2] : fill_color[3]
350 color: fill_color[0] : fill_color[1] : fill_color[2] : fill_color[3]
381 color: fill_color[0] : fill_color[1] : fill_color[2] : fill_color[3]
[all …]
/dports/textproc/py-qrcode/qrcode-7.3/qrcode/image/
H A Dpil.py21 fill_color = kwargs.get("fill_color", "black")
24 fill_color = fill_color.lower()
34 if fill_color == "black" and back_color == "white":
36 fill_color = 0
46 self.fill_color = fill_color
52 self._idr.rectangle(box, fill=self.fill_color)
/dports/finance/electrum/Electrum-4.1.5/packages/qrcode/image/
H A Dpil.py22 fill_color = kwargs.get("fill_color", "black")
24 if fill_color.lower() != "black" or back_color.lower() != "white":
33 if fill_color.lower() == "black": fill_color = 0
37 self.fill_color = fill_color
43 self._idr.rectangle(box, fill=self.fill_color)
/dports/audio/spectmorph/spectmorph-0.5.2/glui/
H A Dsmcheckbox.hh57 Color frame_color, fill_color; in draw() local
61 fill_color = ThemeColor::CHECKBOX; in draw()
65 fill_color.set_rgb (0.5, 0.5, 0.5); in draw()
68 fill_color = fill_color.lighter(); in draw()
70 frame_color = fill_color.darker(); in draw()
72 du.round_box (0, space, 16 - 2 * space, height() - 2 * space, 1, 2, frame_color, fill_color); in draw()
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Gis/
H A DGisMultiPolygon.php90 * @param string $fill_color Color for the GIS MULTIPOLYGON object
100 $fill_color, argument
106 $red = hexdec(mb_substr($fill_color, 1, 2));
107 $green = hexdec(mb_substr($fill_color, 3, 2));
108 $blue = hexdec(mb_substr($fill_color, 4, 2));
169 * @param string $fill_color Color for the GIS MULTIPOLYGON object
179 $red = hexdec(mb_substr($fill_color, 1, 2));
180 $green = hexdec(mb_substr($fill_color, 3, 2));
181 $blue = hexdec(mb_substr($fill_color, 4, 2));
251 'fill' => $fill_color,
[all …]
H A DGisPolygon.php81 * @param string $fill_color Color for the GIS POLYGON object
91 $fill_color, argument
97 $red = hexdec(mb_substr($fill_color, 1, 2));
98 $green = hexdec(mb_substr($fill_color, 3, 2));
99 $blue = hexdec(mb_substr($fill_color, 4, 2));
151 * @param string $fill_color Color for the GIS POLYGON object
161 $red = hexdec(mb_substr($fill_color, 1, 2));
162 $green = hexdec(mb_substr($fill_color, 3, 2));
163 $blue = hexdec(mb_substr($fill_color, 4, 2));
223 'fill' => $fill_color,
[all …]
/dports/graphics/py-leather/leather-0.3.4/leather/shapes/
H A Dbars.py22 def __init__(self, fill_color=None): argument
23 self._fill_color = fill_color
48 fill_color = self._fill_color
50 fill_color = next(palette)
66 if callable(fill_color):
67 color = fill_color(d)
69 color = fill_color
H A Dcolumns.py21 def __init__(self, fill_color=None): argument
22 self._fill_color = fill_color
47 fill_color = self._fill_color
49 fill_color = next(palette)
65 if callable(fill_color):
66 color = fill_color(d)
68 color = fill_color
H A Dbase.py33 fill_color = 'black'
35 fill_color = self._fill_color
37 fill_color = next(palette)
39 fill_color = None
71 if fill_color:
72 bubble.set('fill', fill_color)
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Gis/
H A DGisMultiPolygon.php103 * @param string $fill_color Color for the GIS POLYGON object
114 $fill_color, argument
120 $red = hexdec(mb_substr($fill_color, 1, 2));
121 $green = hexdec(mb_substr($fill_color, 3, 2));
122 $blue = hexdec(mb_substr($fill_color, 4, 2));
198 $red = hexdec(mb_substr($fill_color, 1, 2));
199 $green = hexdec(mb_substr($fill_color, 3, 2));
200 $blue = hexdec(mb_substr($fill_color, 4, 2));
278 'fill' => $fill_color,
341 array_push($fill_color, $fill_opacity);
[all …]
H A DGisPolygon.php110 $fill_color, argument
116 $red = hexdec(mb_substr($fill_color, 1, 2));
117 $green = hexdec(mb_substr($fill_color, 3, 2));
118 $blue = hexdec(mb_substr($fill_color, 4, 2));
180 $red = hexdec(mb_substr($fill_color, 1, 2));
181 $green = hexdec(mb_substr($fill_color, 3, 2));
182 $blue = hexdec(mb_substr($fill_color, 4, 2));
232 * @param string $fill_color Color for the GIS POLYGON object
247 'fill' => $fill_color,
304 array_push($fill_color, $fill_opacity);
[all …]
/dports/emulators/mednafen/mednafen/src/video/
H A Dprimitives.cpp28 …N_Surface *surface, uint32 x, uint32 y, uint32 w, uint32 h, uint32 border_color, uint32 fill_color) in SuperDrawRect() argument
63 pixels[ix] = fill_color; in SuperDrawRect()
88 …N_Surface *surface, uint32 x, uint32 y, uint32 w, uint32 h, uint32 border_color, uint32 fill_color) in MDFN_DrawFillRect() argument
93 SuperDrawRect<uint8, true>(surface, x, y, w, h, border_color, fill_color); in MDFN_DrawFillRect()
97 SuperDrawRect<uint16, true>(surface, x, y, w, h, border_color, fill_color); in MDFN_DrawFillRect()
101 SuperDrawRect<uint32, true>(surface, x, y, w, h, border_color, fill_color); in MDFN_DrawFillRect()
106 …MDFN_DrawFillRect(MDFN_Surface *surface, uint32 x, uint32 y, uint32 w, uint32 h, uint32 fill_color) in MDFN_DrawFillRect() argument
111 SuperDrawRect<uint8, true>(surface, x, y, w, h, fill_color, fill_color); in MDFN_DrawFillRect()
115 SuperDrawRect<uint16, true>(surface, x, y, w, h, fill_color, fill_color); in MDFN_DrawFillRect()
119 SuperDrawRect<uint32, true>(surface, x, y, w, h, fill_color, fill_color); in MDFN_DrawFillRect()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/activeqt/multiple/
H A Dax1.h58 : QWidget(parent), fill_color(Qt::red) in Q_PROPERTY()
64 return fill_color; in fillColor()
68 fill_color = fc; in setFillColor()
78 paint.fillRect(r, fill_color); in paintEvent()
82 QColor fill_color;
/dports/databases/grass7/grass-7.8.6/display/d.northarrow/
H A Ddraw_n_arrow.c24 RGBA_Color *line_color, *fill_color; in draw_n_arrow() local
114 fill_color = G_malloc(sizeof(RGBA_Color)); in draw_n_arrow()
126 fill_color->a = RGBA_COLOR_TRANSPARENT; in draw_n_arrow()
128 fill_color->a = RGBA_COLOR_OPAQUE; in draw_n_arrow()
129 fill_color->r = (unsigned char)R; in draw_n_arrow()
130 fill_color->g = (unsigned char)G; in draw_n_arrow()
131 fill_color->b = (unsigned char)B; in draw_n_arrow()
203 D_symbol(Symb, x0, y0, line_color, fill_color); in draw_n_arrow()
211 G_free(fill_color); in draw_n_arrow()

12345678910>>...61