Home
last modified time | relevance | path

Searched refs:colors (Results 9551 – 9575 of 82146) sorted by relevance

1...<<381382383384385386387388389390>>...3286

/dports/math/py-matplotlib/matplotlib-3.4.3/examples/shapes_and_collections/
H A Dscatter.py18 colors = np.random.rand(N) variable
21 plt.scatter(x, y, s=area, c=colors, alpha=0.5)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/docs/examples/
H A DCanvas_drawPatch.cpp15 SkColor colors[] = { 0xbfff0000, 0xbf0000ff, 0xbfff00ff, 0xbf00ffff }; in draw() local
20 canvas->drawPatch(cubics, colors, texCoords, blend, paint); in draw()
H A DDither_a.cpp13 for (auto colors : { 0xFF333333, 0xFF666666, 0xFF999999, 0xFFCCCCCC } ) { in draw()
15 colorPaint.setColor(colors & mask); in draw()
H A Ddither1.cpp12 for (auto colors : {0xFF333333, 0xFF666666, 0xFF999999, 0xFFCCCCCC}) { in draw()
14 colorPaint.setColor(colors & mask); in draw()
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/testsuite/spline/
H A Dconstspline.osl7 color colors[9] = { color(0,0,0), color(0,0,1), color(0,1,0), color(0,1,1),
11 Cspline = spline (v < 0.5 ? "constant" : "linear", u, colors);
/dports/graphics/opendx/dx-4.4.4/help/
H A Ddxall7475 Data Explorer and is accessed when the colors.txt file is unavailable
7 Data Explorer accepts these names as valid strings for specifying colors
/dports/graphics/svgalib/svgalib-1.4.3/src/
H A Dvgacol.c17 switch (CI.colors) { in vga_setrgbcolor()
52 switch (CI.colors) { in vga_setegacolor()
/dports/mail/gubby/gubby-0.5.5/include/
H A Dscreens.h43 void showhelp(const bool colors);
50 void wprintfolders(WINDOW* w, const int expanded, const int width, const bool colors);
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/testsuite/spline/
H A Dconstspline.osl7 color colors[9] = { color(0,0,0), color(0,0,1), color(0,1,0), color(0,1,1),
11 Cspline = spline (v < 0.5 ? "constant" : "linear", u, colors);
/dports/graphics/py-glooey/glooey-0.3.3/tests/themes/golden/
H A Ddemo_round_button.py7 colors = 'red', 'green', 'blue', 'grey' variable
17 for color in colors:
/dports/graphics/pixen/Pixen-0.1/
H A DPXPalette.h17 - initWithName:aName colors:someColors;
23 - colors;
/dports/graphics/colord/colord-1.3.5/po/
H A Dhe.po598 #. TRANSLATORS: super-saturated is in reference to colors you can't show on a
602 "suitable for images with highly saturated colors often used in "
604 "red colors sometimes present in Fujichrome Velvia."
607 #. TRANSLATORS: 'shadow detail' is the number of black colors you can see
620 "This test profile is used to make all colors on the screen slightly more "
652 #. also 'named colors' are color swatches with a name, e.g. 'Royal Rose'
659 #. TRANSLATORS: saturated means vivid bright colors
662 "suitable for images with highly saturated colors often used in "
669 "editing space for professional image editing and aims to cover all colors "
819 "colors as sRGB although the luminance curve is different."
[all …]
H A Dsr.po598 #. TRANSLATORS: super-saturated is in reference to colors you can't show on a
602 "suitable for images with highly saturated colors often used in "
604 "red colors sometimes present in Fujichrome Velvia."
607 #. TRANSLATORS: 'shadow detail' is the number of black colors you can see
620 "This test profile is used to make all colors on the screen slightly more "
652 #. also 'named colors' are color swatches with a name, e.g. 'Royal Rose'
659 #. TRANSLATORS: saturated means vivid bright colors
662 "suitable for images with highly saturated colors often used in "
669 "editing space for professional image editing and aims to cover all colors "
819 "colors as sRGB although the luminance curve is different."
[all …]
H A Deo.po566 #. TRANSLATORS: super-saturated is in reference to colors you can't show on a
570 "suitable for images with highly saturated colors often used in "
572 "red colors sometimes present in Fujichrome Velvia."
575 #. TRANSLATORS: 'shadow detail' is the number of black colors you can see
588 "This test profile is used to make all colors on the screen slightly more "
620 #. also 'named colors' are color swatches with a name, e.g. 'Royal Rose'
627 #. TRANSLATORS: saturated means vivid bright colors
630 "suitable for images with highly saturated colors often used in "
637 "editing space for professional image editing and aims to cover all colors "
787 "colors as sRGB although the luminance curve is different."
[all …]
H A Dkk.po565 #. TRANSLATORS: super-saturated is in reference to colors you can't show on a
569 "suitable for images with highly saturated colors often used in "
571 "red colors sometimes present in Fujichrome Velvia."
574 #. TRANSLATORS: 'shadow detail' is the number of black colors you can see
587 "This test profile is used to make all colors on the screen slightly more "
619 #. also 'named colors' are color swatches with a name, e.g. 'Royal Rose'
626 #. TRANSLATORS: saturated means vivid bright colors
629 "suitable for images with highly saturated colors often used in "
636 "editing space for professional image editing and aims to cover all colors "
786 "colors as sRGB although the luminance curve is different."
[all …]
/dports/devel/cgit/cgit-1.2.3/git/
H A Dgrep.c75 color_set(opt->colors[GREP_COLOR_CONTEXT], ""); in init_grep_defaults()
76 color_set(opt->colors[GREP_COLOR_FILENAME], ""); in init_grep_defaults()
77 color_set(opt->colors[GREP_COLOR_FUNCTION], ""); in init_grep_defaults()
78 color_set(opt->colors[GREP_COLOR_LINENO], ""); in init_grep_defaults()
79 color_set(opt->colors[GREP_COLOR_COLUMNNO], ""); in init_grep_defaults()
82 color_set(opt->colors[GREP_COLOR_SELECTED], ""); in init_grep_defaults()
155 color = opt->colors[i]; in grep_config()
208 color_set(opt->colors[i], def->colors[i]); in grep_init()
1493 line_color = opt->colors[GREP_COLOR_CONTEXT]; in show_line()
1912 opt->colors[GREP_COLOR_FILENAME]); in grep_source_1()
[all …]
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/components/Card/
H A DCardContainer.tsx60 background: theme.colors.background.secondary,
71 background: theme.colors.emphasize(theme.colors.background.secondary, 0.03),
/dports/science/py-scikit-learn/scikit-learn-1.0.2/examples/calibration/
H A Dplot_compare_calibration.py112 colors = plt.cm.get_cmap("Dark2") variable
125 color=colors(i),
143 color=colors(i),
/dports/science/py-scikit-learn/scikit-learn-1.0.2/examples/linear_model/
H A Dplot_sgd_iris.py24 colors = "bry" variable
56 for i, color in zip(clf.classes_, colors):
84 for i, color in zip(clf.classes_, colors):
/dports/x11-wm/qtile/qtile-0.18.1/libqtile/
H A Dlog_utils.py42 colors = { variable in ColorFormatter
62 color = self.color_seq % (30 + self.colors[record.levelname])
67 for color, value in self.colors.items():
/dports/games/uqm/uqm-0.8.0/src/libs/graphics/sdl/
H A Dsdl2_common.c203 TFB_SetColors (SDL_Surface *surface, SDL_Color *colors, int firstcolor, int ncolors) in TFB_SetColors() argument
205 if (!surface || !colors || !surface->format || !surface->format->palette) in TFB_SetColors()
209 if (SDL_SetPaletteColors (surface->format->palette, colors, firstcolor, ncolors) == 0) in TFB_SetColors()
/dports/graphics/krita/krita-4.4.8/libs/libqml/
H A DTheme.h59 Q_PROPERTY(QVariantMap colors READ colors WRITE setColors NOTIFY colorsChanged)
142 QVariantMap colors() const;
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/xo/terminfo/terminfo-ca9a967f8778/_examples/simple/
H A Dmain.go111 if colors := ti.Num(terminfo.MaxColors); colors > 0 {
112 return colors
/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/actor/G-Force/GForceColorMaps/
H A DMuted_Middle19 * and the foreground colors will be 180 degrees
23 * this value effects how fast the colors change
40 * foreground colors be the brightest.
/dports/misc/mc/mc-4.8.27/lib/widget/
H A Dhline.c103 const int *colors; in hline_callback() local
105 colors = widget_get_colors (w); in hline_callback()
106 tty_setcolor (colors[DLG_COLOR_NORMAL]); in hline_callback()

1...<<381382383384385386387388389390>>...3286