Home
last modified time | relevance | path

Searched refs:make_color (Results 1 – 25 of 61) sorted by relevance

123

/dports/audio/snd/snd-21.2/
H A Drgb.rb11 Snow = make_color(1.00, 0.98, 0.98)
16 Old_lace = make_color(0.99, 0.96, 0.90)
17 Linen = make_color(0.98, 0.94, 0.90)
21 Bisque = make_color(1.00, 0.89, 0.77)
26 Ivory = make_color(1.00, 1.00, 0.94)
31 Azure = make_color(0.94, 1.00, 1.00)
36 White = make_color(1.00, 1.00, 1.00)
37 Black = make_color(0.00, 0.00, 0.00)
46 Gray = make_color(0.74, 0.74, 0.74)
47 Grey = make_color(0.74, 0.74, 0.74)
[all …]
/dports/audio/moc/moc-2.5.2/
H A Dthemes.c72 make_color (CLR_FRAME, COLOR_WHITE, COLOR_BLUE, A_NORMAL); in set_default_colors()
81 make_color (CLR_MENU_ITEM_FILE_SELECTED, COLOR_WHITE, in set_default_colors()
85 make_color (CLR_MENU_ITEM_FILE_MARKED_SELECTED, COLOR_GREEN, in set_default_colors()
91 make_color (CLR_STATUS, COLOR_WHITE, COLOR_BLUE, A_NORMAL); in set_default_colors()
92 make_color (CLR_TITLE, COLOR_WHITE, COLOR_BLUE, A_BOLD); in set_default_colors()
93 make_color (CLR_STATE, COLOR_WHITE, COLOR_BLUE, A_BOLD); in set_default_colors()
99 make_color (CLR_LEGEND, COLOR_WHITE, COLOR_BLUE, A_NORMAL); in set_default_colors()
106 make_color (CLR_ENTRY, COLOR_WHITE, COLOR_BLUE, A_NORMAL); in set_default_colors()
108 make_color (CLR_ERROR, COLOR_RED, COLOR_BLUE, A_BOLD); in set_default_colors()
109 make_color (CLR_MESSAGE, COLOR_GREEN, COLOR_BLUE, A_BOLD); in set_default_colors()
[all …]
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/hexplay-0.2.1/src/
H A Dcolor.rs80 macro_rules! make_color { macro
93 make_color!(red, red_bold, Red);
94 make_color!(blue, blue_bold, Blue);
95 make_color!(green, green_bold, Green);
96 make_color!(yellow, yellow_bold, Yellow);
97 make_color!(magenta, magenta_bold, Magenta);
98 make_color!(black, black_bold, Black);
99 make_color!(cyan, cyan_bold, Cyan);
100 make_color!(white, white_bold, White);
/dports/net/py-httpstat/httpstat-1.3.0/
H A Dhttpstat.py92 def make_color(code): function
101 red = make_color(31)
102 green = make_color(32)
103 yellow = make_color(33)
104 blue = make_color(34)
105 magenta = make_color(35)
106 cyan = make_color(36)
108 bold = make_color(1)
109 underline = make_color(4)
111 grayscale = {(i - 232): make_color('38;5;' + str(i)) for i in xrange(232, 256)}
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/term/
H A D_term.py53 def make_color(color): function
68 self['RED'] = make_color(_curses.COLOR_RED)
69 self['YELLOW'] = make_color(_curses.COLOR_YELLOW)
70 self['GREEN'] = make_color(_curses.COLOR_GREEN)
/dports/archivers/py-rcssmin/rcssmin-1.0.6/_setup/py2/term/
H A D_term.py53 def make_color(color): function
67 self['RED'] = make_color(_curses.COLOR_RED)
68 self['YELLOW'] = make_color(_curses.COLOR_YELLOW)
69 self['GREEN'] = make_color(_curses.COLOR_GREEN)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/term/
H A D_term.py53 def make_color(color): function
68 self['RED'] = make_color(_curses.COLOR_RED)
69 self['YELLOW'] = make_color(_curses.COLOR_YELLOW)
70 self['GREEN'] = make_color(_curses.COLOR_GREEN)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/term/
H A D_term.py53 def make_color(color): function
69 self['RED'] = make_color(_curses.COLOR_RED)
70 self['YELLOW'] = make_color(_curses.COLOR_YELLOW)
71 self['GREEN'] = make_color(_curses.COLOR_GREEN)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/term/
H A D_term.py53 def make_color(color): function
69 self['RED'] = make_color(_curses.COLOR_RED)
70 self['YELLOW'] = make_color(_curses.COLOR_YELLOW)
71 self['GREEN'] = make_color(_curses.COLOR_GREEN)
/dports/games/alephone/alephone-release-20190331/Source_Files/Misc/
H A Dsdl_dialogs.cpp698 static inline SDL_Color make_color(uint8 r, uint8 g, uint8 b) in make_color() function
717 …dialog_theme[DEFAULT_WIDGET].states[DEFAULT_STATE].colors[FRAME_COLOR] = make_color(0x3f, 0x3f, 0x… in set_theme_defaults()
734 …dialog_theme[ITEM_WIDGET].states[DEFAULT_STATE].colors[FOREGROUND_COLOR] = make_color(0x0, 0xff, 0… in set_theme_defaults()
760 dialog_theme[SLIDER_THUMB].states[DEFAULT_STATE].colors[FRAME_COLOR] = make_color(0x0, 0xff, 0x0); in set_theme_defaults()
763 …dialog_theme[LIST_THUMB].states[DEFAULT_STATE].colors[FOREGROUND_COLOR] = make_color(0x0, 0x0, 0x0… in set_theme_defaults()
764 dialog_theme[LIST_THUMB].states[DEFAULT_STATE].colors[FRAME_COLOR] = make_color(0x0, 0xff, 0x0); in set_theme_defaults()
772 …dialog_theme[TINY_BUTTON].states[DEFAULT_STATE].colors[BACKGROUND_COLOR] = make_color(0x0, 0x0, 0x… in set_theme_defaults()
779 …dialog_theme[TINY_BUTTON].states[PRESSED_STATE].colors[FOREGROUND_COLOR] = make_color(0x0, 0x0, 0x… in set_theme_defaults()
805 …dialog_theme[TAB_WIDGET].states[DEFAULT_STATE].colors[BACKGROUND_COLOR] = make_color(0x0, 0x0, 0x0… in set_theme_defaults()
806 …dialog_theme[TAB_WIDGET].states[ACTIVE_STATE].colors[FOREGROUND_COLOR] = make_color(0xff, 0xe7, 0x… in set_theme_defaults()
[all …]
/dports/archivers/py-rcssmin/rcssmin-1.0.6/_setup/py3/term/
H A D_term.py61 def make_color(color): function
76 self['RED'] = make_color(_curses.COLOR_RED)
77 self['YELLOW'] = make_color(_curses.COLOR_YELLOW)
78 self['GREEN'] = make_color(_curses.COLOR_GREEN)
/dports/graphics/agg/agg-2.5/include/
H A Dagg_pixfmt_rgb_packed.h73 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
113 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
159 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
202 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
241 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
284 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
327 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
369 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
414 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
455 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/include/
H A Dagg_pixfmt_rgb_packed.h64 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
104 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
150 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
193 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
232 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
275 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
318 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
360 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
405 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
446 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
[all …]
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/include/
H A Dagg_pixfmt_rgb_packed.h64 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
104 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
150 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
193 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
232 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
275 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
318 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
360 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
405 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
446 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
[all …]
/dports/graphics/mapserver/mapserver-7.6.4/renderers/agg/include/
H A Dagg_pixfmt_rgb_packed.h64 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
104 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
150 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
193 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
232 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
275 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
318 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
360 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
405 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
446 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
[all …]
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/agg/include/
H A Dagg_pixfmt_rgb_packed.h64 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
104 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
150 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
193 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
232 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
275 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
318 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
360 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
405 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
446 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/source/html/
H A Dcss-apply.c971 make_color(int r, int g, int b, int a) in make_color() function
1033 return make_color(r, g, b, a); in color_from_value()
1046 return make_color(r, g, b, 255); in color_from_value()
1061 return make_color(r, g, b, a); in color_from_value()
1067 return make_color(0, 0, 0, 0); in color_from_value()
1069 return make_color(0x80, 0x00, 0x00, 255); in color_from_value()
1071 return make_color(0xFF, 0x00, 0x00, 255); in color_from_value()
1073 return make_color(0xFF, 0xA5, 0x00, 255); in color_from_value()
1075 return make_color(0xFF, 0xFF, 0x00, 255); in color_from_value()
1077 return make_color(0x80, 0x80, 0x00, 255); in color_from_value()
[all …]
/dports/x11-wm/wmakerconf/wmakerconf-2.12/src/
H A Drimage.c112 make_color(const gchar *spec, GdkColor *color) in make_color() function
177 if (!make_color (WMGetFromPLString (WMGetFromPLArray (array, k)), &c)) in make_gradient()
234 if (!make_color (color, &c)) in make_solid()
269 if (!make_color (WMGetFromPLString (WMGetFromPLArray (array, 3)), &c1)) in make_textured_gradient()
271 if (!make_color (WMGetFromPLString (WMGetFromPLArray (array, 4)), &c2)) in make_textured_gradient()
338 if (!make_color (WMGetFromPLString (WMGetFromPLArray (array, 1)), in make_igradient()
341 if (!make_color (WMGetFromPLString (WMGetFromPLArray (array, 2)), &to1)) in make_igradient()
343 if (!make_color (WMGetFromPLString (WMGetFromPLArray (array, 4)), in make_igradient()
346 if (!make_color (WMGetFromPLString (WMGetFromPLArray (array, 5)), &to2)) in make_igradient()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/texturing/
H A Dtexredefine.c47 static void make_color(int nr, float* result) in make_color() function
71 make_color(colornum, color); in teximage2d()
94 make_color(colornr, color); in cell()
/dports/lang/ruby26/ruby-2.6.9/gems/test-unit-3.2.9/lib/test/unit/
H A Dcolor-scheme.rb163 @scheme[name.to_s] = make_color(color_spec)
179 def make_color(color_spec) method in Test.Unit.ColorScheme
/dports/deskutils/py-py3status/py3status-3.40/py3status/modules/
H A Drainbow.py121 def make_color(c1, c2, t): function
143 colors.append(to_hex(make_color(grad_a, grad_b, j / self.steps)))
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/testrender/cuda/
H A Dutil.h33 uchar4 make_color (const float3& c) in make_color() function
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/testrender/cuda/
H A Dutil.h33 uchar4 make_color (const float3& c) in make_color() function
/dports/games/retroarch/RetroArch-1.9.7/gfx/video_layout/
H A Dinternal.h16 video_layout_color_t make_color (void);
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst/subparse/
H A Dqttextparse.c171 make_color (gint r, gint g, gint b) in make_color() function
232 context->fg_color = make_color (r, g, b); in qttext_parse_tag()
241 context->bg_color = make_color (r, g, b); in qttext_parse_tag()

123